diff --git a/variables-module.nix b/variables-module.nix index bdd4745..0a7762a 100644 --- a/variables-module.nix +++ b/variables-module.nix @@ -24,7 +24,7 @@ with lib; autoUpgrade = { enable = mkOption { description = "Enable auto-upgrade of the server."; - default = true; + default = false; type = types.nullOr types.bool; }; allowReboot = mkOption {