This commit is contained in:
Ingolf Wagner 2021-09-11 19:06:33 +02:00
parent 83d470eefe
commit 3378dc9403
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 5 deletions

View file

@ -613,8 +613,9 @@ in {
aliases = [ ]; aliases = [ ];
realName = "Ingolf Wagner"; realName = "Ingolf Wagner";
userName = "palo@terranix.org"; userName = "palo@terranix.org";
passwordCommand = passwordCommand = "cat ${
"cat ${toString config.krops.userKeys."namecheap.terranix.org".target}"; toString config.krops.userKeys."namecheap.terranix.org".target
}";
imap = { imap = {
host = "mail.privateemail.com"; host = "mail.privateemail.com";
tls.enable = true; tls.enable = true;

View file

@ -59,9 +59,7 @@ in {
port = 465; port = 465;
}; };
notmuch.enable = true; notmuch.enable = true;
msmtp = { msmtp = { enable = true; };
enable = true;
};
}; };
gmail = { gmail = {
# for google accounts you have to allow 'less secure apps' in accounts.google.com # for google accounts you have to allow 'less secure apps' in accounts.google.com