diff --git a/justfile b/justfile index d7e2e7f..658e4de 100644 --- a/justfile +++ b/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 \ )