feat(nixos): add sops module for secrets
Adds .sops.yaml file and sops module to nixos to manage secrets.
This commit is contained in:
parent
d7b8edd054
commit
85f2cee212
2 changed files with 59 additions and 0 deletions
7
.sops.yaml
Normal file
7
.sops.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
keys:
|
||||
- &rafiq age12l33pas8eptwjc7ewux3d8snyzfzwz0tn9qg5kw8le79fswmjgjqdjgyy6
|
||||
creation_rules:
|
||||
- path_regex: \.(yaml)$
|
||||
key_groups:
|
||||
- age:
|
||||
- *rafiq
|
Loading…
Add table
Add a link
Reference in a new issue