diff --git a/justfile b/justfile index 42bd8a8..42adace 100644 --- a/justfile +++ b/justfile @@ -18,3 +18,11 @@ remote-install host='linux-builder': --build-on-remote \ --flake .#{{host}} \ root@{{host}} + +# Run this after editing .sops.yaml +sops-updatekeys: + sops updatekeys secrets.json + +# Edit or view the secrets +sops-edit: + sops secrets.json