prep roundcube, from ktiu.net, nvim stuff

This commit is contained in:
Till 2026-02-05 00:25:04 +01:00
parent d4474ef5ce
commit 40539ae163
5 changed files with 56 additions and 14 deletions

View file

@ -3,10 +3,13 @@
{
programs.msmtp = {
enable = true;
configContent = ''
configContent = lib.mkOrder 1200 ''
defaults
logfile ${config.xdg.stateHome}/msmtp/msmtp.log
port 587
account ktiu : t9e
from *@ktiu.net
'';
};
@ -136,7 +139,7 @@
};
msmtp = {
enable = true;
extraConfig.from = "*@(ktiu.net|t9e.me)";
extraConfig.from = "*@t9e.me";
};
passwordCommand = "pass mail/arielle.ktiu.net";
};