Allow automatic reboots

Only between 2 and 6 am
This commit is contained in:
Chris Dombroski 2024-04-29 20:43:12 -04:00 committed by Chris Dombroski
parent 17873ffc4c
commit 5ebb95135a

View file

@ -15,5 +15,7 @@
system.autoUpgrade = {
enable = true;
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
allowReboot = true;
rebootWindow = { lower = "02:00"; upper = "06:00"; };
};
}