summary refs log tree commit diff stats
path: root/modules/hm/sils/mail.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-02-13 16:57:37 +0100
committerSilas Schöffel <sils@sils.li>2025-02-13 16:57:37 +0100
commitca2aaa772cf2b44b372694d83d5533ee262e572b (patch)
tree1472387c4f9f7deaa5fc88e555c649c02915a51a /modules/hm/sils/mail.nix
parentprinting: setup (diff)
downloadnix-config-ca2aaa772cf2b44b372694d83d5533ee262e572b.zip
hm/mail: change mailserver to mail.foss-syndicate.org
Diffstat (limited to '')
-rw-r--r--modules/hm/sils/mail.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hm/sils/mail.nix b/modules/hm/sils/mail.nix
index 06f6917..85583a2 100644
--- a/modules/hm/sils/mail.nix
+++ b/modules/hm/sils/mail.nix
@@ -6,11 +6,11 @@
 }: let
   cfg = config.sils.mail;
   vhackImap = {
-    host = "server1.vhack.eu";
+    host = "mail.foss-syndicate.org";
     port = 993;
   };
   vhackSmtp = {
-    host = "server1.vhack.eu";
+    host = "mail.foss-syndicate.org";
     port = 993;
   };
 in {