summaryrefslogtreecommitdiff
path: root/parts/deployment.nix
diff options
context:
space:
mode:
Diffstat (limited to 'parts/deployment.nix')
-rw-r--r--parts/deployment.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/deployment.nix b/parts/deployment.nix
index f0ab7d1..b9e43da 100644
--- a/parts/deployment.nix
+++ b/parts/deployment.nix
@@ -69,7 +69,7 @@ in {
cfg = config.services.teawiebot;
inherit (lib) mkEnableOption mkIf;
in {
- options.services.teawiebot.enable = mkEnableOption "enable teawiebot";
+ options.services.teawiebot.enable = mkEnableOption "teawiebot";
config.systemd.services = mkIf cfg.enable {
teawiebot = {