From a8fd58774d80e2814dcc2f0b9a58180d4da05d0c Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 23 Feb 2025 16:32:20 +0100 Subject: [PATCH] enable email again --- devices/ellaca/options.nix | 2 +- modules/mail/default.nix | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 94fe243..6053270 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -2,7 +2,7 @@ conf = { ssh.enable = true; nginx.enable = true; - mail.enable = false; # broken + mail.enable = true; # broken website.enable = true; fedi.enable = true; matrix.enable = true; diff --git a/modules/mail/default.nix b/modules/mail/default.nix index 333e57c..2e98ebe 100644 --- a/modules/mail/default.nix +++ b/modules/mail/default.nix @@ -11,7 +11,6 @@ in mkIf conf.mail.enable { "mta-sts.chpu.eu" "autoconfig.chpu.eu" "autodiscover.chpu.eu" - "mail.chpu.eu" ]; locations."/".proxyPass = "http://localhost:9090"; };