mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
chore: update mail config
This commit is contained in:
parent
6b63741231
commit
f3beaeecb3
1 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue