From 45e219d65f6ac74c952af743eeb26c5fcc7d7be0 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 20:24:44 +0200 Subject: [PATCH] wip: guardian salt state --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 56a373b..f42acb5 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ pull/%: apply: echo "Applying salt states" - pushd guardian - sudo qubesctl top.enable guardian - sudo qubesctl --show-output --all state.apply + run0 rm -rf /srv/salt/guardian && cp -r ./guardian /srv/salt/guardian \ + run0 qubesctl top.enable guardian && \ + run0 qubesctl --show-output --all state.apply && \ popd