diff options
author | stuebinm | 2024-12-06 17:30:18 +0100 |
---|---|---|
committer | stuebinm | 2024-12-06 17:30:18 +0100 |
commit | d49eeec2ee7ec0fc6ef1ae0e7a7bd21c246a516e (patch) | |
tree | 0b5af1f35689347fdf86fb368dfb7096e2be4ea3 /flora/services/mail.nix | |
parent | 26698aeffeeefe8d384032a836edb9dca741529b (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.nix | 2 |
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" ]; |