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; }; }; };