mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
fix: typo
This commit is contained in:
parent
def1f392fe
commit
2c9d357ccf
|
@ -76,8 +76,8 @@ lib.mkIf sp.modules.simple-nixos-mailserver.enable
|
|||
};
|
||||
|
||||
certificateScheme = "manual";
|
||||
certificateFile = "/var/lib/acme/root-${cfg.domain}/fullchain.pem";
|
||||
keyFile = "/var/lib/acme/root-${cfg.domain}/key.pem";
|
||||
certificateFile = "/var/lib/acme/root-${sp.domain}/fullchain.pem";
|
||||
keyFile = "/var/lib/acme/root-${sp.domain}/key.pem";
|
||||
|
||||
# Enable IMAP and POP3
|
||||
enableImap = true;
|
||||
|
|
Loading…
Reference in a new issue