change autoUpgrade reboot option
This commit is contained in:
parent
3e50d6bb9f
commit
639b722f4e
|
@ -104,7 +104,7 @@ in {
|
|||
system.services.nixosAutoUpgrade = {
|
||||
enable = true;
|
||||
persistent = true;
|
||||
reboot = true;
|
||||
reboot = false;
|
||||
pushUpdates = true;
|
||||
configDir = "/etc/nixos";
|
||||
onCalendar = "daily";
|
||||
|
|
Loading…
Reference in New Issue