reformat
This commit is contained in:
parent
83d470eefe
commit
3378dc9403
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue