diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-28 19:16:15 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-01-28 19:16:15 +0100 |
commit | 57eaef1093dae410e4bc95dca66082b9966eecd5 (patch) | |
tree | 2b9ff309c8c91f73156e5a08f95c5f6cad2a15ae /modules/home | |
parent | build(treewide): Update (diff) | |
download | nixos-config-57eaef1093dae410e4bc95dca66082b9966eecd5.zip |
fix(modules/legacy/mail/accounts/*): Use the migrated mail server
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/conf/mail/accounts/benedikt.nix | 4 | ||||
-rw-r--r-- | modules/home.legacy/conf/mail/accounts/soispha.nix | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/home.legacy/conf/mail/accounts/benedikt.nix b/modules/home.legacy/conf/mail/accounts/benedikt.nix index 87ede61b..2fe72fca 100644 --- a/modules/home.legacy/conf/mail/accounts/benedikt.nix +++ b/modules/home.legacy/conf/mail/accounts/benedikt.nix @@ -32,11 +32,11 @@ # }; # }; smtp = { - host = "server1.vhack.eu"; + host = "mail.foss-syndicate.org"; port = 465; }; imap = { - host = "server1.vhack.eu"; + host = "mail.foss-syndicate.org"; port = 993; }; jmap = { diff --git a/modules/home.legacy/conf/mail/accounts/soispha.nix b/modules/home.legacy/conf/mail/accounts/soispha.nix index 012e84d6..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 = "server1.vhack.eu"; + host = "mail.foss-syndicate.org"; port = 465; }; imap = { - host = "server1.vhack.eu"; + host = "mail.foss-syndicate.org"; port = 993; }; jmap = { |