diff --git a/common/services/autoupgrade.nix b/common/services/autoupgrade.nix index 7cb3acf..e66922f 100644 --- a/common/services/autoupgrade.nix +++ b/common/services/autoupgrade.nix @@ -1,12 +1,12 @@ {pkgs, ...}: { - # systemd.timers."nix-auto-upgrade" = { - # wantedBy = ["timers.target"]; - # timerConfig = { - # OnCalendar = "weekly"; - # Persistent = true; - # Unit = "nix-auto-upgrade"; - # }; - # }; + systemd.timers."nix-auto-upgrade" = { + wantedBy = ["timers.target"]; + timerConfig = { + OnCalendar = "weekly"; + Persistent = true; + Unit = "nix-auto-upgrade"; + }; + }; systemd.services."nix-auto-upgrade" = { script = ''