about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-30 15:18:54 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-30 15:18:54 +0200
commit1f3909f13064e79e77283b2d27c9340b8a504c84 (patch)
treefaefa2c56533f29088338b2006158beaac0cb5d0
parentbuild(flake): Update (diff)
downloadnixos-config-1f3909f13064e79e77283b2d27c9340b8a504c84.zip
fix(modules/legacy/mail/soispha): Use new mail-server
-rw-r--r--modules/home.legacy/conf/mail/accounts/soispha.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home.legacy/conf/mail/accounts/soispha.nix b/modules/home.legacy/conf/mail/accounts/soispha.nix
index 6e3e6228..11634ab3 100644
--- a/modules/home.legacy/conf/mail/accounts/soispha.nix
+++ b/modules/home.legacy/conf/mail/accounts/soispha.nix
@@ -33,11 +33,11 @@
   #   };
   # };
   smtp = {
-    host = "mail.foss-syndicate.org";
+    host = "mail.vhack.eu";
     port = 465;
   };
   imap = {
-    host = "mail.foss-syndicate.org";
+    host = "mail.vhack.eu";
     port = 993;
   };
   jmap = {