mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 18:33:55 -05:00
common: allow reboots upon autoupgrade
This commit is contained in:
parent
0c2b2cd0a2
commit
c22b331aab
|
@ -7,7 +7,7 @@
|
|||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
allowReboot = false;
|
||||
allowReboot = true;
|
||||
dates = "02:00";
|
||||
flags = ["--accept-flake-config"];
|
||||
flake = config.environment.variables.FLAKE;
|
||||
|
|
Loading…
Reference in a new issue