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.security.acme = mkIf (cfg.enable && anySsl) {
|
||||
# If any site uses SSL, enable ACME and accept terms.
|
||||
email = "danila.fedorin@gmail.com";
|
||||
defaults.email = "danila.fedorin@gmail.com";
|
||||
acceptTerms = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user