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

6
flake.lock generated
View file

@ -694,11 +694,11 @@
"sops-nix": "sops-nix"
},
"locked": {
"lastModified": 1773193278,
"narHash": "sha256-S3Gl330mYxUDSLHE6zIpntpfSwj0G6UU0PC+rFNZvp4=",
"lastModified": 1773194147,
"narHash": "sha256-YtPdaBJ6r9J3lfBx4Mq1jymiO9BNCK722hUNEZkZWKQ=",
"owner": "genebean",
"repo": "private-flake",
"rev": "16d31173f921b6354dd545e141e75b03a09cf547",
"rev": "473645fcd455a986e6a4fcf9d12e9a40725f0062",
"type": "github"
},
"original": {

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;