Add sops-nix for secrets management
- Add flake.nix with sops-nix input - Configure sops with age key encryption - Add .sops.yaml template for age key configuration - Create secrets/ directory for encrypted secrets - Add .gitignore for age keys and nix result symlinks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
58905b7666
commit
5dcb85e56d
5 changed files with 45 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Age keys (never commit these)
|
||||
*.key
|
||||
key.txt
|
||||
|
||||
# Result symlinks
|
||||
result
|
||||
result-*
|
||||
Loading…
Add table
Add a link
Reference in a new issue