summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-02-06 20:41:55 +0100
committerChristoph Cullmann <cullmann@kde.org>2023-02-06 20:41:55 +0100
commitae53eee68af3ae306b4d7f51f44ca31509ea356b (patch)
treef9fbd7009ae5437d016ae9ce053163aab4bb6249
parent7b759de46b5e1903e3c70f27d2ff5ce07e6085f3 (diff)
port 25 should be blocked
-rw-r--r--common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index b4c7af8..0a3f20b 100644
--- a/common.nix
+++ b/common.nix
@@ -281,6 +281,7 @@ in
tls = true;
from = "noreply@home.local";
host = "babylon2k.com";
+ port = "587";
user = builtins.readFile "/home/root/nixos/mailuser";
password = builtins.readFile "/home/root/nixos/mailpassword";
};