feat(home): add pass-backed keyring module and enable for work VM

- Add modules/home/security/pass-keyring with GPG agent, pass, and
  python keyring backend config for headless credential storage
- Enable pass-keyring for lin-va-mbp-work-vm
- Update bash PATH from ~/.bin to ~/.local/bin
This commit is contained in:
2026-04-27 23:02:22 -04:00
parent 50719469da
commit eef4d78cb3
3 changed files with 42 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ in
};
security = {
pass-keyring = enabled;
sops = enabled;
};