mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
autoUpgrade.enable = false by default
This commit is contained in:
parent
0f54898cb8
commit
72d73b6297
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue