Deploy sops keys for gamepc

This commit is contained in:
Pim Kunis 2024-11-17 22:50:00 +01:00
parent 46a99bf13d
commit b0a106b332
4 changed files with 134 additions and 3 deletions

View file

@ -1,7 +1,9 @@
# Public keys are combination of host + user
keys:
- &sue_pim age189laethzry4ylnd790dmpuc4xjjuwqxruc76caj3ceqhqug4g9qs0upuvw
- &sue_root age1nhh8v0z758te7ggg4p73mz5p00kum03zwnjr6czeh367xjzvm9dst3ufle
- &sue_pim age189laethzry4ylnd790dmpuc4xjjuwqxruc76caj3ceqhqug4g9qs0upuvw
- &gamepc_root age1y5wgcxmn37drmjtpgld3xc76mw8dckhred8hecusywjlvdyfedfse8y60u
- &gamepc_pim age1qlldg2c6kptvnmvlkpf9pae3wnczk6eklcmwdvnzyvvnur3aqdcq3c3trt
creation_rules:
- path_regex: machines/sue/nixos.sops.yaml
@ -13,3 +15,16 @@ creation_rules:
- age:
- *sue_pim
- *sue_root
- path_regex: machines/gamepc/nixos.sops.yaml
key_groups:
- age:
- *sue_pim
- *sue_root
- *gamepc_root
- path_regex: machines/gamepc/home.sops.yaml
key_groups:
- age:
- *sue_pim
- *sue_root
- *gamepc_root
- *gamepc_pim