justfile | change reboot target to be targeted

This commit is contained in:
Don Harper 2025-05-25 20:52:25 -05:00
parent 54f99299f9
commit f175ff6612

View file

@ -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"