justfile | typo

This commit is contained in:
Don Harper 2025-09-04 14:23:58 -05:00
parent 736980ddd7
commit 7f6f3f49a0

View file

@ -20,7 +20,7 @@ bootswitch hostname=(HOSTNAME):
# Apply config on hostname at next reboot
boot:
@rm -f nixos-switch.log
@doas nixos-rebuild switch --impure --flake .#{{HOSTNAME}}
@doas nixos-rebuild boot --impure --flake .#{{HOSTNAME}}
# Build and install the world!
world: