nixos-configs/.sops.yaml

31 lines
885 B
YAML
Raw Normal View History

# Public keys are combination of host + user
2024-11-17 20:04:03 +00:00
keys:
- &sue_root age1nhh8v0z758te7ggg4p73mz5p00kum03zwnjr6czeh367xjzvm9dst3ufle
2024-11-17 21:50:00 +00:00
- &sue_pim age189laethzry4ylnd790dmpuc4xjjuwqxruc76caj3ceqhqug4g9qs0upuvw
- &gamepc_root age1y5wgcxmn37drmjtpgld3xc76mw8dckhred8hecusywjlvdyfedfse8y60u
- &gamepc_pim age1qlldg2c6kptvnmvlkpf9pae3wnczk6eklcmwdvnzyvvnur3aqdcq3c3trt
2024-11-17 20:04:03 +00:00
2024-06-15 14:20:03 +00:00
creation_rules:
- path_regex: machines/sue/nixos.sops.yaml
2024-11-17 20:04:03 +00:00
key_groups:
- age:
- *sue_root
- path_regex: machines/sue/home.sops.yaml
key_groups:
- age:
- *sue_pim
- *sue_root
2024-11-17 21:50:00 +00:00
- 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