about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/changedetection-io.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-10-24 02:06:49 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-10-24 02:06:49 +0200
commitf24c4d8a285e3c501d393aada37fedc357c54c56 (patch)
treed6c4efd1b5b3ae3f7e2bcad7d1d52abf2509d314 /nixos/modules/services/web-apps/changedetection-io.nix
parent7bc0c0e8a6530dca28c088e348766e366c575d49 (diff)
nixos/changedetection-io: fix typo
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}