autoUpgrade.enable = false by default
This commit is contained in:
@@ -24,7 +24,7 @@ with lib;
|
|||||||
autoUpgrade = {
|
autoUpgrade = {
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
description = "Enable auto-upgrade of the server.";
|
description = "Enable auto-upgrade of the server.";
|
||||||
default = true;
|
default = false;
|
||||||
type = types.nullOr types.bool;
|
type = types.nullOr types.bool;
|
||||||
};
|
};
|
||||||
allowReboot = mkOption {
|
allowReboot = mkOption {
|
||||||
|
Reference in New Issue
Block a user