Allow rebooting on kernel upgrade during the night
This commit is contained in:
parent
c5c358319b
commit
d0a89acf67
1 changed files with 6 additions and 1 deletions
|
@ -19,8 +19,13 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "git+https://git.chvp.be/chvp/nixos-config";
|
flake = "git+https://git.chvp.be/chvp/nixos-config";
|
||||||
dates = "01/4:00";
|
dates = "01/2:00";
|
||||||
randomizedDelaySec = "10min";
|
randomizedDelaySec = "10min";
|
||||||
|
allowReboot = true;
|
||||||
|
rebootWindow = {
|
||||||
|
lower = "01:00";
|
||||||
|
upper = "05:00";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
home-manager.users = {
|
home-manager.users = {
|
||||||
charlotte = { ... }: {
|
charlotte = { ... }: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue