Use updated ACME configuration option
This commit is contained in:
parent
8fd2a854f3
commit
13951761ca
|
@ -52,7 +52,7 @@ in
|
||||||
config.systemd.services = mkIf cfg.enable (mkMerge services);
|
config.systemd.services = mkIf cfg.enable (mkMerge services);
|
||||||
config.security.acme = mkIf (cfg.enable && anySsl) {
|
config.security.acme = mkIf (cfg.enable && anySsl) {
|
||||||
# If any site uses SSL, enable ACME and accept terms.
|
# If any site uses SSL, enable ACME and accept terms.
|
||||||
email = "danila.fedorin@gmail.com";
|
defaults.email = "danila.fedorin@gmail.com";
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user