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"