nix/secret: use predefined flavor...

...instead of custom imap configuration
This commit is contained in:
Dmitriy Pleshevskiy 2022-08-25 23:16:44 +03:00
parent b12581bcbe
commit 0fc652d311
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -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";
};
};
}