fix sops config
This commit is contained in:
parent
d12d45b157
commit
a381cd0780
4 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
keys:
|
||||
- &primary age156gze6ecg8xpgg3gc049tqprts5dl5apr7020cu70ukpsta3qvpsldd6kh
|
||||
creation_rules:
|
||||
- path_regex: secrets/.*$
|
||||
- path_regex: ./.*$
|
||||
key_groups:
|
||||
- age:
|
||||
- *primary
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ let secrets = import ../secrets.nix; in
|
|||
owner = "nginx";
|
||||
group = "nginx";
|
||||
sopsFile = ./secrets/nginx-users;
|
||||
format = "binary";
|
||||
};
|
||||
sops.secrets."duckdns_token" = {
|
||||
owner = "duckdns";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue