prep roundcube, from ktiu.net, nvim stuff
This commit is contained in:
parent
d4474ef5ce
commit
40539ae163
5 changed files with 56 additions and 14 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue