fix sops config

This commit is contained in:
Joeri Exelmans 2025-11-13 15:22:53 +01:00
parent d12d45b157
commit a381cd0780
4 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
keys: keys:
- &primary age156gze6ecg8xpgg3gc049tqprts5dl5apr7020cu70ukpsta3qvpsldd6kh - &primary age156gze6ecg8xpgg3gc049tqprts5dl5apr7020cu70ukpsta3qvpsldd6kh
creation_rules: creation_rules:
- path_regex: secrets/.*$ - path_regex: ./.*$
key_groups: key_groups:
- age: - age:
- *primary - *primary

View file

@ -19,6 +19,7 @@ let secrets = import ../secrets.nix; in
owner = "nginx"; owner = "nginx";
group = "nginx"; group = "nginx";
sopsFile = ./secrets/nginx-users; sopsFile = ./secrets/nginx-users;
format = "binary";
}; };
sops.secrets."duckdns_token" = { sops.secrets."duckdns_token" = {
owner = "duckdns"; owner = "duckdns";