mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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
|
- *stratus
|
||||||
|
|
||||||
# Containers
|
# Containers
|
||||||
- path_regex: hosts/stratus/containers/forgejo/secrets.yaml$
|
- path_regex: hosts/stratus/containers/nspawn/forgejo/secrets.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
- *admin
|
- *admin
|
||||||
- *forgejo
|
- *forgejo
|
||||||
- path_regex: hosts/stratus/containers/nextcloud/secrets.yaml$
|
- path_regex: hosts/stratus/containers/nspawn/nextcloud/secrets.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
- *admin
|
- *admin
|
||||||
- *nextcloud
|
- *nextcloud
|
||||||
- path_regex: hosts/stratus/containers/onlyoffice/secrets.yaml$
|
- path_regex: hosts/stratus/containers/nspawn/onlyoffice/secrets.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
- *admin
|
- *admin
|
||||||
- *onlyoffice
|
- *onlyoffice
|
||||||
- path_regex: hosts/stratus/containers/paperless/secrets.yaml$
|
- path_regex: hosts/stratus/containers/nspawn/paperless/secrets.yaml$
|
||||||
key_groups:
|
key_groups:
|
||||||
- age:
|
- age:
|
||||||
- *admin
|
- *admin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue