Email fix

This commit is contained in:
Gene Liverman 2026-03-10 21:56:06 -04:00
parent af7b438c2a
commit 823b2a874b
No known key found for this signature in database
2 changed files with 3 additions and 21 deletions

View file

@ -12,24 +12,6 @@ in {
./nginx.nix
];
mailserver = {
enable = true;
enableImap = false;
enableImapSsl = true;
enableSubmission = false;
enableSubmissionSsl = true;
fqdn = "mail.alt.${domain}";
domains = [
"alt.${domain}"
"indianspringsbsa.org"
"pack1828.org"
];
stateVersion = 3;
# Use Let's Encrypt certificates from Nginx
certificateScheme = "acme";
};
services = {
collabora-online = {
enable = true;