From b687b01961bc45e0172f51ac00babc29620e06f2 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 20:27:34 +0200 Subject: [PATCH] wip: guardian state --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 07dd683..6b65c42 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ pull/%: apply: echo "Applying salt states" - run0 rm -rf /srv/salt/guardian && cp -r ./guardian /srv/salt/ \ + run0 rm -rf /srv/salt/guardian && run0 cp -r ./guardian /srv/salt/ && \ run0 qubesctl top.enable guardian && \ run0 qubesctl --show-output --all state.apply && \ popd