From c263876d9e4ffc7cf4952368d5e1fe5259791b92 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 9 Aug 2019 08:27:21 +0000 Subject: [PATCH] Use persistent for upgrade timer --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index a5a0e2a..39211d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -56,6 +56,7 @@ in { "${pkgs.nix}/bin/nix-channel --update"; systemd.timers.nixos-upgrade.timerConfig.OnBootSec = "30m"; + systemd.timers.nixos-upgrade.timerConfig.Persistent = true; system.stateVersion = "19.03"; system.autoUpgrade.enable = true;