diff --git a/config/services/autodeploy.nix b/config/services/autodeploy.nix index 7b0704ab..6bec00f9 100644 --- a/config/services/autodeploy.nix +++ b/config/services/autodeploy.nix @@ -50,7 +50,7 @@ let script = '' enable = true; description = "Automatically deploy updates"; requires = [ "autodeploy.service" ]; - wanted-by = [ "multi-user.target" ]; + wantedBy = [ "multi-user.target" ]; timerConfig = { OnUnitActiveSec = 3600; OnBootSec = 3600;