Fix justfile for new nix-secrets location

This commit is contained in:
Sam 2024-07-20 14:48:04 +01:00
parent 22ce3e08c2
commit 5f672c2665
1 changed files with 1 additions and 1 deletions

View File

@ -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 \
)