Use update on boot instead of persistent
This commit is contained in:
@@ -55,8 +55,7 @@ in {
|
|||||||
systemd.services.nixos-upgrade.serviceConfig.ExecStartPre =
|
systemd.services.nixos-upgrade.serviceConfig.ExecStartPre =
|
||||||
"${pkgs.nix}/bin/nix-channel --update";
|
"${pkgs.nix}/bin/nix-channel --update";
|
||||||
|
|
||||||
# force run if device was offline
|
systemd.timers.nixos-upgrade.timerConfig.OnBootSec = "30m";
|
||||||
systemd.timers.nixos-upgrade.timerConfig.Persistent = true;
|
|
||||||
|
|
||||||
system.stateVersion = "19.03";
|
system.stateVersion = "19.03";
|
||||||
system.autoUpgrade.enable = true;
|
system.autoUpgrade.enable = true;
|
||||||
|
Reference in New Issue
Block a user