From 823b2a874bb3b63b3874c19e7987fba40a0c6bcb Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 10 Mar 2026 21:56:06 -0400 Subject: [PATCH] Email fix --- flake.lock | 6 +++--- .../nixos/hetznix01/post-install/default.nix | 18 ------------------ 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index ecca9ad..544898e 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/hosts/nixos/hetznix01/post-install/default.nix b/modules/hosts/nixos/hetznix01/post-install/default.nix index 183898b..83eddd6 100644 --- a/modules/hosts/nixos/hetznix01/post-install/default.nix +++ b/modules/hosts/nixos/hetznix01/post-install/default.nix @@ -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;