diff --git a/common/services/autoupgrade.nix b/common/services/autoupgrade.nix index 61890dc..ff58366 100644 --- a/common/services/autoupgrade.nix +++ b/common/services/autoupgrade.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { systemd.timers."nix-auto-upgrade" = { + enable = true; wantedBy = ["timers.target"]; timerConfig = { FixedRandomDelay = false; @@ -11,6 +12,7 @@ }; systemd.services."nix-auto-upgrade" = { + enable = true; unitConfig = { After="network-online.target"; Description="NixOS Upgrade";