mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Fix directory structure in sops rules
This commit is contained in:
parent
79c0adff08
commit
84c8bf86e3
1 changed files with 4 additions and 4 deletions
|
|
@ -35,22 +35,22 @@ creation_rules:
|
|||
- *stratus
|
||||
|
||||
# Containers
|
||||
- path_regex: hosts/stratus/containers/forgejo/secrets.yaml$
|
||||
- path_regex: hosts/stratus/containers/nspawn/forgejo/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *admin
|
||||
- *forgejo
|
||||
- path_regex: hosts/stratus/containers/nextcloud/secrets.yaml$
|
||||
- path_regex: hosts/stratus/containers/nspawn/nextcloud/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *admin
|
||||
- *nextcloud
|
||||
- path_regex: hosts/stratus/containers/onlyoffice/secrets.yaml$
|
||||
- path_regex: hosts/stratus/containers/nspawn/onlyoffice/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *admin
|
||||
- *onlyoffice
|
||||
- path_regex: hosts/stratus/containers/paperless/secrets.yaml$
|
||||
- path_regex: hosts/stratus/containers/nspawn/paperless/secrets.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue