diff options
author | sefidel <contact@sefidel.net> | 2023-02-25 19:56:45 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-25 19:56:45 +0900 |
commit | bcb7d76f42bf35ab5c8e464fa3e3f457afe5ea12 (patch) | |
tree | b5edfe39ec80216ab83bfcb1cb441a5c9cbc8d4b /home/profiles/communication | |
parent | 900dc53bce535b6920a554830716f0c3fa1aeae8 (diff) | |
download | nixrc-bcb7d76f42bf35ab5c8e464fa3e3f457afe5ea12.tar.gz nixrc-bcb7d76f42bf35ab5c8e464fa3e3f457afe5ea12.zip |
feat(home/communication): selfhost mails
Diffstat (limited to 'home/profiles/communication')
-rw-r--r-- | home/profiles/communication/default.nix | 4 |
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 = { |