add machine to sops
This commit is contained in:
parent
023a142b7a
commit
9d7df43a35
1 changed files with 6 additions and 4 deletions
10
.sops.yaml
10
.sops.yaml
|
@ -1,9 +1,11 @@
|
|||
keys:
|
||||
- &albert D98BBC6C9A27324654C2D8C464F6C4EB46C4543A
|
||||
- &root D98BBC6C9A27324654C2D8C464F6C4EB46C4543A
|
||||
- &user-albert D98BBC6C9A27324654C2D8C464F6C4EB46C4543A
|
||||
- &user-root D98BBC6C9A27324654C2D8C464F6C4EB46C4543A
|
||||
- &machine-nixos-laptop A20F7BD39673AEA2E9293E354E71A215351342A6
|
||||
creation_rules:
|
||||
- path_regex: secrets/[^/]+\.(yml|yaml)$
|
||||
key_groups:
|
||||
- pgp:
|
||||
- *albert
|
||||
- *root
|
||||
- *user-albert
|
||||
- *user-root
|
||||
- *machine-nixos-laptop
|
Loading…
Reference in a new issue