about summary refs log tree commit diff
path: root/home/secrets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* secrets: move aptos' gcloud secrets to homeageFranck Cuny2023-03-111-0/+0
| | | | This secret is not needed system wide, I only need it to run some tools.
* secrets: use homeage to manage secrets for home-managerFranck Cuny2023-03-111-0/+5
Instead of using agenix for all the secrets, I can use homeage for secrets that are related to my user sessions. Secrets by default will be store under `~/.secrets'. They are encrypted using `age' and to decrypt them, a key is expected to be located under `~/.age/key.txt'. The last place where I was using `pass' (and so GPG too) was for the secrets for `mbsync': this change adds a secret for fastmail to the repository and update `mbsync' configuration to use it.