2024-04-07 00:33:49 -07:00
|
|
|
# This example uses YAML anchors which allows reuse of multiple keys
|
|
|
|
|
# without having to repeat yourself.
|
|
|
|
|
# Also see https://github.com/Mic92/dotfiles/blob/master/nixos/.sops.yaml
|
|
|
|
|
# for a more complex example.
|
|
|
|
|
keys:
|
|
|
|
|
- &onizuka age1ey3wr2wnkgny3dfgvnyrf0cptwzr7s5x464p2y9ya58lpay8lfrsds3y68
|
2024-11-07 14:58:37 -08:00
|
|
|
- &jibril age1n8936ux6ushjyz3kuumdrz63jcwsvz7qkfj66rrkgk8d78wl2dssgev4tm
|
2024-04-07 00:33:49 -07:00
|
|
|
creation_rules:
|
2024-11-07 14:58:37 -08:00
|
|
|
- path_regex: systems/[^/]+/secrets\.yaml$
|
2024-04-07 00:33:49 -07:00
|
|
|
key_groups:
|
|
|
|
|
- age:
|
|
|
|
|
- *onizuka
|
2024-11-07 14:58:37 -08:00
|
|
|
- *jibril
|