1
0
forked from clan/clan-infra

mailserver: switch to acme-nginx

This commit is contained in:
Jörg Thalheim 2024-06-10 12:32:16 +02:00
parent 81351953fc
commit 5962d1226d

View File

@ -22,6 +22,7 @@ in
fqdn = "mail.clan.lol";
domains = [ "clan.lol" ];
enablePop3 = true;
certificateScheme = "acme-nginx";
# kresd sucks unfortunally (fails when one NS server is not working, instead of trying other ones)
localDnsResolver = false;