fix ports for thunderbird

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-11 14:09:33 +01:00
parent eaaa6c9546
commit 98f90f71e2

View file

@ -2,7 +2,10 @@
{ {
accounts.email.accounts.lotte = { accounts.email.accounts.lotte = {
address = "lotte@chir.rs"; address = "lotte@chir.rs";
imap.host = "imappro.zoho.eu"; imap = {
host = "imappro.zoho.eu";
port = 993;
};
imapnotify = { imapnotify = {
enable = true; enable = true;
onNotify = "${pkgs.isync}/bin/mbsync test-%s"; onNotify = "${pkgs.isync}/bin/mbsync test-%s";
@ -31,7 +34,10 @@
config.sops.secrets."accounts/email/accounts/lotte/password".path config.sops.secrets."accounts/email/accounts/lotte/password".path
]; ];
realName = "Charlotte 🦝 Delenk"; realName = "Charlotte 🦝 Delenk";
smtp.host = "smtppro.zoho.eu"; smtp = {
host = "smtppro.zoho.eu";
port = 465;
};
thunderbird.enable = true; thunderbird.enable = true;
userName = "lotte@chir.rs"; userName = "lotte@chir.rs";
primary = true; primary = true;