From bcb7d76f42bf35ab5c8e464fa3e3f457afe5ea12 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 25 Feb 2023 19:56:45 +0900 Subject: feat(home/communication): selfhost mails --- home/profiles/communication/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/profiles/communication/default.nix') diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 643b511..82664b3 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -34,9 +34,9 @@ in # signByDefault = true; # }; - imap.host = "imap.migadu.com"; + imap.host = "mail.exotic.sh"; imap.tls.enable = true; - smtp.host = "smtp.migadu.com"; + smtp.host = "mail.exotic.sh"; smtp.tls.enable = true; mbsync = { -- cgit 1.4.1