mail, contacts, pass, linux and mac mbsync and vdirsyncer services, adding Passwords for these services to pass and syncthing, upping gpg agent timeout to infinity..

This commit is contained in:
2026-01-13 17:51:50 -07:00
parent bd36e83523
commit 72b6cc0d4b
5 changed files with 88 additions and 26 deletions

View File

@@ -245,6 +245,13 @@ in
programs.gpg.enable = true;
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
};
programs.keychain = {
enable = true;
keys = [ "id_rsa" "id_rsa_mr" "2B3A6377" ];