about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-30 16:26:08 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-30 16:26:08 +0200
commit8ae19044fc1c8e8497d0f97ca7c2fe272c3cfcb4 (patch)
treee65aa4795432950748f66b08ae40804662f6a1ee
parentfix(modules/legacy/mail/soispha): Use new mail-server (diff)
downloadnixos-config-8ae19044fc1c8e8497d0f97ca7c2fe272c3cfcb4.zip
revert: "fix(modules/legacy/mail/soispha): Use new mail-server"
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
-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 11634ab3..6e3e6228 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.vhack.eu";
+    host = "mail.foss-syndicate.org";
     port = 465;
   };
   imap = {
-    host = "mail.vhack.eu";
+    host = "mail.foss-syndicate.org";
     port = 993;
   };
   jmap = {