about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/changedetection-io.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/changedetection-io.nix')
-rw-r--r--nixos/modules/services/web-apps/changedetection-io.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/changedetection-io.nix b/nixos/modules/services/web-apps/changedetection-io.nix
index 6a54311e35ed6..ace4cf1eabc92 100644
--- a/nixos/modules/services/web-apps/changedetection-io.nix
+++ b/nixos/modules/services/web-apps/changedetection-io.nix
@@ -127,7 +127,7 @@ in
       defaultStateDir = cfg.datastorePath == "/var/lib/changedetection-io";
     in {
       services.changedetection-io = {
-        wantedBy = [ "mutli-user.target" ];
+        wantedBy = [ "multi-user.target" ];
         after = [ "network.target" ];
         preStart = ''
           mkdir -p ${cfg.datastorePath}