From 2f397c253822438ab27ee9a1097e41c9b2abfac7 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Fri, 1 Dec 2023 09:41:02 +0300 Subject: [PATCH] feat(mail) : migrate to infomaniak --- modules/home-config.nix | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/modules/home-config.nix b/modules/home-config.nix index 22a9811..f618cfb 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -26,15 +26,13 @@ enable = true; }; imap = { - host = "mail.gandi.net"; - port = 143; - tls.useStartTls = true; + host = "mail.infomaniak.com"; + port = 993; }; smtp = { - host = "mail.gandi.net"; - port = 587; - tls.useStartTls = true; + host = "mail.infomaniak.com"; + port = 465; }; }; "mrflos@mrflos.pw" = { @@ -69,15 +67,13 @@ enable = true; }; imap = { - host = "mail.gandi.net"; - port = 143; - tls.useStartTls = true; + host = "mail.infomaniak.com"; + port = 993; }; smtp = { - host = "mail.gandi.net"; - port = 587; - tls.useStartTls = true; + host = "mail.infomaniak.com"; + port = 465; }; }; };