mustard 2025-10-20 15:44:13 +02:00
parent 91d1b9df07
commit 37bf73a3ab
3 changed files with 28 additions and 0 deletions

View file

@ -44,3 +44,10 @@ pull/%:
qvm-run -p $(GUEST) "cd $(GUEST_REPO) && git update-ref refs/remotes/dom0/$* $*" </dev/null
@echo "updated branch $* from $(GUEST)"
apply:
echo "Applying salt states"
pushd ./guardian
sudo qubesctl top.enable guardian
sudo qubesctl --show-output --all state.apply
popd