From f24c4d8a285e3c501d393aada37fedc357c54c56 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Mon, 24 Oct 2022 02:06:49 +0200 Subject: nixos/changedetection-io: fix typo --- nixos/modules/services/web-apps/changedetection-io.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') 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} -- cgit 1.4.1