mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-30 08:40:52 +02: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 = {
|
accounts.work = {
|
||||||
notmuch.enable = true;
|
notmuch.enable = true;
|
||||||
address = "julien@malka.sh";
|
address = "julien@malka.sh";
|
||||||
imap.host = "mail.julienmalka.me";
|
imap.host = "mail.luj.fr";
|
||||||
mbsync = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
create = "maildir";
|
create = "maildir";
|
||||||
|
@ -56,9 +56,9 @@ with lib;
|
||||||
realName = "Julien Malka";
|
realName = "Julien Malka";
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat /home/julien/.config/work-mail-pw";
|
passwordCommand = "${pkgs.coreutils}/bin/cat /home/julien/.config/work-mail-pw";
|
||||||
smtp = {
|
smtp = {
|
||||||
host = "mail.julienmalka.me";
|
host = "mail.luj.fr";
|
||||||
};
|
};
|
||||||
userName = "julien@malka.sh";
|
userName = "malka";
|
||||||
};
|
};
|
||||||
|
|
||||||
accounts.telecom = {
|
accounts.telecom = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue