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 = [ ];
realName = "Ingolf Wagner";
userName = "palo@terranix.org";
passwordCommand =
"cat ${toString config.krops.userKeys."namecheap.terranix.org".target}";
passwordCommand = "cat ${
toString config.krops.userKeys."namecheap.terranix.org".target
}";
imap = {
host = "mail.privateemail.com";
tls.enable = true;

View file

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