change default acme/tls required settings
This commit is contained in:
parent
a2c58be308
commit
c5ad01eac7
|
@ -39,13 +39,13 @@ in {
|
||||||
|
|
||||||
nginxForceSSL = mkOption {
|
nginxForceSSL = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
description = "Should SSL/TLS be force enabled by nginx";
|
description = "Should SSL/TLS be force enabled by nginx";
|
||||||
};
|
};
|
||||||
|
|
||||||
nginxEnableACME = mkOption {
|
nginxEnableACME = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = true;
|
||||||
description = "Should ACME be force enabled by nginx";
|
description = "Should ACME be force enabled by nginx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue