Fix wrong setting names for ACME
This commit is contained in:
parent
adb0a9e935
commit
e1c7fa55ae
|
@ -57,7 +57,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 domain uses SSL, enable ACME and accept terms.
|
# If any domain uses SSL, enable ACME and accept terms.
|
||||||
security.acme.email = "danila.fedorin@gmail.com";
|
email = "danila.fedorin@gmail.com";
|
||||||
security.acme.acceptTerms = true;
|
acceptTerms = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user