mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:23:54 -05:00
systemConfig: set rebootWindow to 2-5AM
This commit is contained in:
parent
14de7f41c4
commit
3116ffa337
|
@ -53,7 +53,7 @@
|
|||
operation = "boot";
|
||||
rebootWindow = {
|
||||
lower = "02:00";
|
||||
upper = "06:00";
|
||||
upper = "05:00";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue