autoUpgrade.enable = false by default

pull/55/head
Alexander Tomokhov 2023-11-18 05:40:57 +04:00
parent 0f54898cb8
commit 72d73b6297
1 changed files with 1 additions and 1 deletions

View File

@ -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 {