diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-09 12:00:41 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-09 12:00:41 +0200 |
commit | 418360ce0d1d84a169842d70bd7a5c447c32dff3 (patch) | |
tree | 91ff8dd0b3828a9993d74173eb7fff8933a58bd5 /modules/home.legacy/conf/mail/accounts/soispha.nix | |
parent | modules/atuin: Use the new sync server (diff) | |
download | nixos-config-418360ce0d1d84a169842d70bd7a5c447c32dff3.zip |
revert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/conf/mail/accounts/soispha.nix | 4 |
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 3f952ebf..6bcb0da6 100644 --- a/modules/home.legacy/conf/mail/accounts/soispha.nix +++ b/modules/home.legacy/conf/mail/accounts/soispha.nix @@ -42,11 +42,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 = { |