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