nix/secret: use predefined flavor...
...instead of custom imap configuration
This commit is contained in:
parent
b12581bcbe
commit
0fc652d311
1 changed files with 8 additions and 0 deletions
|
@ -10,4 +10,12 @@
|
|||
# gpg --list-secret-keys
|
||||
gpgSigningKey = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||
};
|
||||
|
||||
emailAccounts = {
|
||||
"personal" = {
|
||||
flavor = "yandex.com";
|
||||
address = "bross@yandex.ru";
|
||||
passwordCommand = "pass show emails/bross@yandex.ru";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue