From cb54e1d4877212066c42dc37bca2fc4f0005eda9 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Fri, 7 Jun 2024 18:16:19 +0200 Subject: [PATCH] a --- common/services/autoupgrade.nix | 2 ++ 1 file changed, 2 insertions(+) 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";