mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
fix: wrong certificate for email
This commit is contained in:
parent
03e6962c83
commit
50f21362d4
|
@ -75,7 +75,9 @@ lib.mkIf sp.modules.simple-nixos-mailserver.enable
|
||||||
"admin@${sp.domain}" = "${sp.username}@${sp.domain}";
|
"admin@${sp.domain}" = "${sp.username}@${sp.domain}";
|
||||||
};
|
};
|
||||||
|
|
||||||
certificateScheme = "acme";
|
certificateScheme = "manual";
|
||||||
|
certificateFile = "/var/lib/acme/root-${cfg.domain}/fullchain.pem";
|
||||||
|
keyFile = "/var/lib/acme/root-${cfg.domain}/key.pem";
|
||||||
|
|
||||||
# Enable IMAP and POP3
|
# Enable IMAP and POP3
|
||||||
enableImap = true;
|
enableImap = true;
|
||||||
|
|
Loading…
Reference in a new issue