feat(home-server): allow reboot after upgrade

This commit is contained in:
Felix Schröter 2024-06-03 19:53:35 +02:00
parent f143602d38
commit 3284bc1f48
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -158,4 +158,10 @@ in
# only change this when specified in release notes
system.stateVersion = "23.05";
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.rebootWindow = {
lower = "03:00";
upper = "05:00";
};
}