From 867ecf6308390acf8188880c34e0312e75619fae Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 7 Mar 2026 03:11:25 +0530 Subject: Add secrets with sops --- .sops.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .sops.yaml (limited to '.sops.yaml') diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..bc68f85 --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,8 @@ +keys: + - &nixios age1qfldnsnu2nmklke34uq9fpuf33677a6mlwmnszma7vkn75etrcrq6rxdpg + +creation_rules: + - path_regex: secrets/secrets.yaml$ + key_groups: + - age: + - *nixios -- cgit v1.3.1