aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-25 19:56:45 +0900
committersefidel <contact@sefidel.net>2023-02-25 19:56:45 +0900
commitbcb7d76f42bf35ab5c8e464fa3e3f457afe5ea12 (patch)
treeb5edfe39ec80216ab83bfcb1cb441a5c9cbc8d4b /home
parent900dc53bce535b6920a554830716f0c3fa1aeae8 (diff)
downloadnixrc-bcb7d76f42bf35ab5c8e464fa3e3f457afe5ea12.zip
feat(home/communication): selfhost mails
Diffstat (limited to 'home')
-rw-r--r--home/profiles/communication/default.nix4
1 files changed, 2 insertions, 2 deletions
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 = {