Allow rebooting on kernel upgrade during the night
All checks were successful
Cachix / build (elendel) (push) Successful in 2m49s
Cachix / build (kholinar) (push) Successful in 4m30s
Cachix / build (marabethia) (push) Successful in 3m8s

This commit is contained in:
Charlotte Van Petegem 2025-06-03 09:58:33 +02:00
parent c5c358319b
commit d0a89acf67
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM

View file

@ -19,8 +19,13 @@
system.autoUpgrade = {
enable = true;
flake = "git+https://git.chvp.be/chvp/nixos-config";
dates = "01/4:00";
dates = "01/2:00";
randomizedDelaySec = "10min";
allowReboot = true;
rebootWindow = {
lower = "01:00";
upper = "05:00";
};
};
home-manager.users = {
charlotte = { ... }: {