summaryrefslogtreecommitdiff
path: root/flora/services/mail.nix
diff options
context:
space:
mode:
authorstuebinm2024-12-06 17:30:18 +0100
committerstuebinm2024-12-06 17:30:18 +0100
commitd49eeec2ee7ec0fc6ef1ae0e7a7bd21c246a516e (patch)
tree0b5af1f35689347fdf86fb368dfb7096e2be4ea3 /flora/services/mail.nix
parent26698aeffeeefe8d384032a836edb9dca741529b (diff)
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.
Diffstat (limited to 'flora/services/mail.nix')
-rw-r--r--flora/services/mail.nix2
1 files changed, 1 insertions, 1 deletions
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" ];