mailserver: change options

This commit is contained in:
Christoph Hollizeck 2025-12-24 12:08:04 +01:00
parent 698f28bb8d
commit bb4c540f61

View file

@ -59,7 +59,7 @@
};
mailserver = {
enable = true;
enable = false;
fqdn = "mail.${domainName}";
domains = [ domainName ];
@ -70,7 +70,9 @@
};
};
certificateScheme = "acme-nginx";
x509 = {
useACMEHost = domainName;
};
stateVersion = 3;
};