Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | home/secrets: delete the one for gcloud | Franck Cuny | 2023-03-12 | 1 | -0/+0 |
| | | | | Turns out I don't need this one! | ||||
* | secrets: move aptos' gcloud secrets to homeage | Franck Cuny | 2023-03-11 | 1 | -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-manager | Franck Cuny | 2023-03-11 | 1 | -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. |