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 /common | |
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 'common')
-rw-r--r-- | common/monitoring.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/monitoring.nix b/common/monitoring.nix index e5f111c..0ae744d 100644 --- a/common/monitoring.nix +++ b/common/monitoring.nix @@ -12,8 +12,8 @@ set daemon 120 with start delay 60 set mailserver - ping.stuebinm.eu - port 2525 + mail.stuebinm.eu + port 25 set httpd port 2812 address localhost allow localhost |