fix sops rules
This commit is contained in:
parent
624a25ca87
commit
c28dccd2b1
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ creation_rules:
|
|||
- *xun
|
||||
- *nixdesk
|
||||
- *hopper
|
||||
- path_regex: sys/proofiles/secrets/nixdesk
|
||||
- path_regex: sys/profiles/secrets/nixdesk
|
||||
key_groups:
|
||||
- age:
|
||||
- *xun
|
||||
|
|
2
Justfile
2
Justfile
|
@ -11,7 +11,7 @@ buildiso *FLAGS:
|
|||
nix build .#nixosConfigurations.liveiso.config.system.build.isoImage {{FLAGS}}
|
||||
|
||||
updatekeys:
|
||||
fd . systemProfiles/secrets -E '*.nix' -t f -x sops updatekeys
|
||||
fd . sys/profiles/secrets -E '*.nix' -t f -x sops updatekeys
|
||||
|
||||
|
||||
remote OPERATION HOST REMOTEHOST *FLAGS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue