This commit is contained in:
Till 2026-01-28 14:00:40 +01:00
parent 7f9c096123
commit 26ed81dbee
36 changed files with 165 additions and 207 deletions

View file

@ -129,7 +129,7 @@
mbsync.create = "maildir";
msmtp = {
enable = true;
extraConfig.from = "*@t9e.me";
extraConfig.from = "*@(ktiu.net|t9e.me)";
};
passwordCommand = "pass mail/arielle.ktiu.net";
};
@ -177,8 +177,8 @@
mbsync.enable = true;
mbsync.create = "maildir";
msmtp = {
enable = true;
extraConfig.from = "*@ktiu.net";
enable = false;
# extraConfig.from = "*@ktiu.net";
};
passwordCommand = "secret-tool lookup server shorbut.ktiu.net account till";
};