1
0
Fork 0

Use persistent for upgrade timer

master
dump_stack() 2019-08-09 08:27:21 +00:00
parent 70b8fa29ab
commit c263876d9e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -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;