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