Fix justfile for new nix-secrets location
This commit is contained in:
parent
22ce3e08c2
commit
5f672c2665
2
justfile
2
justfile
|
@ -26,7 +26,7 @@ edit-sops:
|
|||
|
||||
# update keys in secrets.yaml and push to remote
|
||||
update-sops-secrets:
|
||||
cd ../nix-secrets && (\
|
||||
cd ~/.local/share/src/nix-secrets && (\
|
||||
nix-shell -p sops --run "sops updatekeys -y secrets.yaml" && \
|
||||
git add -u && (git commit -m "updated secrets" || true) && git push \
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue