This commit is contained in:
2026-04-14 15:07:25 +02:00
parent 4390a02e46
commit b3ff52d668
5 changed files with 91 additions and 14 deletions
@@ -102,8 +102,6 @@ let
);
in
{
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx.virtualHosts = mailDiscoveryVirtualHosts // {
${config.mailserver.fqdn}.enableACME = true;
};