aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/secrets.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoring to use flake-parts and automatic imports of hostsFranck Cuny2025-07-211-17/+0
| | | | | This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
* stop using relative paths for secretsFranck Cuny2025-06-121-3/+3
|
* use a dedicated SSH key for agenixFranck Cuny2025-06-121-1/+1
| | | | | | | The key is still stored in 1password, and we add a script to synchronize the key to the host. The existing keys have been rekeyed with the new key.
* use agenix to manage some secretsFranck Cuny2025-06-081-0/+17
I have some secrets that I want to manage for my user without having to rely on 1password, and ensure proper rotation everywhere when needed. For now we only have two secrets (one for `llm` and another one is the API key for anthropic for Emacs). Will document the process better in the near future.