Enable rebooting after nightly auto-upgrade
This commit is contained in:
parent
d0f55ada03
commit
311cd6e129
1 changed files with 5 additions and 0 deletions
5
base.nix
5
base.nix
|
@ -131,6 +131,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "04:00";
|
dates = "04:00";
|
||||||
randomizedDelaySec = "30min";
|
randomizedDelaySec = "30min";
|
||||||
|
allowReboot = true;
|
||||||
|
rebootWindow = {
|
||||||
|
lower = "03:30";
|
||||||
|
upper = "05:00";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue