From f175ff6612259b7386de002b4949a6021f690cb4 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 25 May 2025 20:52:25 -0500 Subject: [PATCH] justfile | change reboot target to be targeted --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index 88aebc7..d8eba4b 100644 --- a/justfile +++ b/justfile @@ -108,6 +108,6 @@ oldschool: @rm -f nixos-switch.log @doas nixos-rebuild switch --flake .#{{HOSTNAME}} -# Reboot this host -reboot: - @doas reboot +# Reboot on hostname +reboot hostname=(HOSTNAME): + @colmena --impure exec --on {{hostname}} "doas reboot"