autoUpgrade allowReboot default false
This commit is contained in:
parent
8c1a1631f5
commit
d23cb68a74
|
@ -52,7 +52,7 @@
|
|||
system.autoUpgrade = {
|
||||
enable = lib.mkDefault true;
|
||||
persistent = true;
|
||||
allowReboot = false;
|
||||
allowReboot = lib.mkDefault false;
|
||||
flake = "git+https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main";
|
||||
operation = lib.mkDefault "boot";
|
||||
dates = "daily";
|
||||
|
|
Loading…
Reference in a new issue