ADD himalaya email app

main
Alexandre LUCAZEAU 2023-05-19 19:44:01 +02:00
parent 4d691af4bc
commit b4a668e8b8
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
programs.himalaya = {
enable = true;
};
accounts.email.accounts = {
zimbra = {
primary = true;
himalaya.enable = true;
address = "alexandre.lucazeau@free.fr";
realName = "Alexandre LUCAZEAU";
userName = "alexandre.lucazeau";
passwordCommand = "keepassxc-cli show -a Password --no-password -k $HOME/keyx/emails.key $HOME/keys/emails.kbx zimbra";
imap = {
host = "imap.free.fr";
port = 993;
tls.enable = true;
};
smtp = {
host = "smtp.free.fr";
port = 587;
tls.enable = false;
};
};
};
}