Setup reboot window on driftwood
This commit is contained in:
parent
9d6200280e
commit
29c18b8a2c
1 changed files with 9 additions and 0 deletions
|
@ -68,4 +68,13 @@
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
guiAddress = "100.64.0.3:8384";
|
guiAddress = "100.64.0.3:8384";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow reboot on autoupgrades
|
||||||
|
system.autoUpgrade = {
|
||||||
|
allowReboot = true;
|
||||||
|
rebootWindow = {
|
||||||
|
lower = "03:00";
|
||||||
|
upper = "05:00";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue