chore: update mail config

This commit is contained in:
Julien Malka 2024-09-05 12:49:14 +02:00
parent 6b63741231
commit f3beaeecb3
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -43,7 +43,7 @@ with lib;
accounts.work = {
notmuch.enable = true;
address = "julien@malka.sh";
imap.host = "mail.julienmalka.me";
imap.host = "mail.luj.fr";
mbsync = {
enable = true;
create = "maildir";
@ -56,9 +56,9 @@ with lib;
realName = "Julien Malka";
passwordCommand = "${pkgs.coreutils}/bin/cat /home/julien/.config/work-mail-pw";
smtp = {
host = "mail.julienmalka.me";
host = "mail.luj.fr";
};
userName = "julien@malka.sh";
userName = "malka";
};
accounts.telecom = {