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