.sops.yaml: update creation rules for binary files

This commit is contained in:
Gabriel Arazas 2025-02-28 14:56:19 +08:00
parent 56b987045d
commit c90ff365ad
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -6,9 +6,9 @@ keys:
- &ni age1jxna9vm7nx4g69s84qgjptxvuzszcypf2rfk4ss2lyhnpe3yxdnqusu6jp
- &plover age1yftkhugwrdnlpl45lthrhvvk720zza2nd085sxvjcxg2guavz3kquktplx
creation_rules:
- path_regex: configs/nixos/ni/(modules/.+/secrets|secrets/[^/]+)\.(yaml|json|ini|env)$
- path_regex: configs/nixos/ni/(modules/.+/secrets|secrets/[^/]+)\.(yaml|json|ini|env|bin)$
age: *ni
- path_regex: configs/nixos/plover/(modules/.+/secrets|secrets/[^/]+)\.(yaml|json|ini|env)$
- path_regex: configs/nixos/plover/(modules/.+/secrets|secrets/[^/]+)\.(yaml|json|ini|env|bin)$
age: *plover
- path_regex: configs/home-manager/foo-dogsquared/(modules/.+/secrets|secrets/[^/]+)\.(yaml|json|inienv)$
- path_regex: configs/home-manager/foo-dogsquared/(modules/.+/secrets|secrets/[^/]+)\.(yaml|json|ini|env|bin)$
age: *foo-dogsquared-age