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 = [ ];
|
||||
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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue