diff --git a/hosts/home-server.nix b/hosts/home-server.nix index 5efe1d3..2944bb7 100644 --- a/hosts/home-server.nix +++ b/hosts/home-server.nix @@ -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"; + }; }