diff --git a/nixos/machines/driftwood/configuration.nix b/nixos/machines/driftwood/configuration.nix index a067117..0b479ad 100644 --- a/nixos/machines/driftwood/configuration.nix +++ b/nixos/machines/driftwood/configuration.nix @@ -68,4 +68,13 @@ user = "nathan"; guiAddress = "100.64.0.3:8384"; }; + + # Allow reboot on autoupgrades + system.autoUpgrade = { + allowReboot = true; + rebootWindow = { + lower = "03:00"; + upper = "05:00"; + }; + }; }