mail subdomain certificate

This commit is contained in:
Snorre 2025-03-03 16:56:44 +01:00
parent 239233b4cf
commit f1c1c38498

View file

@ -26,5 +26,6 @@
# Use Let's Encrypt certificates. Note that this needs to set up a stripped
# down nginx and opens port 80.
certificateScheme = "acme-nginx";
certificateDomains = [ "mail.spoodythe.one" ];
};
}