Allow automatic reboots
Only between 2 and 6 am
This commit is contained in:
parent
17873ffc4c
commit
fa97e16c8e
1 changed files with 2 additions and 0 deletions
|
@ -15,5 +15,7 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
||||||
|
allowReboot = true;
|
||||||
|
rebootWindow = { lower = "02:00"; upper = "06:00" };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue