system: added autoUpgrade.rebootWindow to prevent unexpected reboots

This commit is contained in:
Aly Raffauf 2024-03-15 09:20:18 -04:00
parent 55ec427d18
commit 53279a2189

View file

@ -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.