diff --git a/hosts/web/configuration.nix b/hosts/web/configuration.nix index 4ec5bbc..47ecbe5 100644 --- a/hosts/web/configuration.nix +++ b/hosts/web/configuration.nix @@ -26,5 +26,7 @@ KbdInteractiveAuthentication = false; }; }; + system.autoUpgrade.enable = true; + system.autoUpgrade.allowReboot = true; }