aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/secrets.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12delete LLM related stuff for nowFranck Cuny1-11/+1
2025-08-12users -> homeFranck Cuny1-0/+0
2025-07-21move user configurations to top-levelFranck Cuny1-0/+0
2025-07-21refactoring to use flake-parts and automatic imports of hostsFranck Cuny1-0/+0
This is the first step in a large refactoring to use flake-parts, and to automatically imports hosts based on paths.
2025-06-12stop using relative paths for secretsFranck Cuny1-3/+3
2025-06-12use a dedicated SSH key for agenixFranck Cuny1-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.
2025-06-08use agenix to manage some secretsFranck Cuny1-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.