From eb8681997217668dd6e292f20b4198613d500f74 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 10 Jan 2025 20:36:05 -0800 Subject: sops-nix --- .sops.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .sops.yaml (limited to '.sops.yaml') diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..132d7c7 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,7 @@ +keys: + - &primary AEC273BF75B6F54D81343A1AC1FE6CED393AE6C1 +creation_rules: + - path_regex: secrets/secrets.yaml$ + key_groups: + - pgp: + - *primary -- cgit