From d49eeec2ee7ec0fc6ef1ae0e7a7bd21c246a516e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 6 Dec 2024 17:30:18 +0100 Subject: flora: replace mailserver with ntfy.sh not sure how permanent this will be, but for now it allows me to do some things that would otherwise be hard. --- flora/services/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flora/services/mail.nix') diff --git a/flora/services/mail.nix b/flora/services/mail.nix index 3987a49..523c32d 100644 --- a/flora/services/mail.nix +++ b/flora/services/mail.nix @@ -6,7 +6,7 @@ sops.secrets."mail/hashedPassword" = {}; mailserver = { - enable = true; + enable = false; fqdn = "mail.stuebinm.eu"; domains = [ "stuebinm.eu" ]; -- cgit v1.2.3