From c90ff365ad0afe839c585ca08373037c2baae101 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 28 Feb 2025 14:56:19 +0800 Subject: [PATCH] .sops.yaml: update creation rules for binary files --- .sops.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.sops.yaml b/.sops.yaml index 1d430b35..03217b00 100644 --- a/.sops.yaml +++ b/.sops.yaml @@ -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