summaryrefslogtreecommitdiff
path: root/modules/home-manager/personal
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/personal')
-rw-r--r--modules/home-manager/personal/identities.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/personal/identities.nix b/modules/home-manager/personal/identities.nix
index 23f3ac1..2b327af 100644
--- a/modules/home-manager/personal/identities.nix
+++ b/modules/home-manager/personal/identities.nix
@@ -75,11 +75,11 @@ in
};
imap = {
host = "imap.irif.fr";
- port = 993;
+ port = 143;
};
smtp = {
host = "smtp.irif.fr";
- port = 465;
+ port = 587;
};
thunderbird = {
enable = true;