mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 18:11:55 -05:00
system: added autoUpgrade.rebootWindow to prevent unexpected reboots
This commit is contained in:
parent
55ec427d18
commit
53279a2189
|
@ -44,6 +44,10 @@
|
||||||
flake = "github:alyraffauf/nixcfg";
|
flake = "github:alyraffauf/nixcfg";
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
operation = "boot";
|
operation = "boot";
|
||||||
|
rebootWindow = {
|
||||||
|
lower = "01:00";
|
||||||
|
upper = "05:00";
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
# Delete generations older than 7 days.
|
# Delete generations older than 7 days.
|
||||||
|
|
Loading…
Reference in a new issue