diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-12-04 11:22:35 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-12-04 11:22:35 +0100 |
| commit | 2aa52ec579e87735725650813195311710b2a344 (patch) | |
| tree | 4c2a2f38cfa348f5c9801f754da9d8a58f617ee3 /modules/home-manager/personal | |
| parent | be4336b0104266195b1ec75c8ca6d1997a94f487 (diff) | |
home: irif: emails: enable starttls
Diffstat (limited to 'modules/home-manager/personal')
| -rw-r--r-- | modules/home-manager/personal/identities.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home-manager/personal/identities.nix b/modules/home-manager/personal/identities.nix index 2b327af..b4ec56b 100644 --- a/modules/home-manager/personal/identities.nix +++ b/modules/home-manager/personal/identities.nix @@ -76,10 +76,11 @@ in imap = { host = "imap.irif.fr"; port = 143; + tls.useStartTls = true; }; smtp = { host = "smtp.irif.fr"; - port = 587; + port = 465; }; thunderbird = { enable = true; |
