justfile | fix boot command

This commit is contained in:
Don Harper 2025-12-19 20:35:13 -06:00
parent 337f3d7136
commit c0b148a9c3

View file

@ -17,7 +17,7 @@ bootswitch hostname=(HOSTNAME):
@colmena --impure apply --on {{hostname}} --reboot @colmena --impure apply --on {{hostname}} --reboot
# Apply config on hostname at next reboot # Apply config on hostname at next reboot
boot: boot hostname=(HOSTNAME):
@rm -f nixos-switch.log @rm -f nixos-switch.log
@doas nixos-rebuild boot --impure --flake .#{{HOSTNAME}} @doas nixos-rebuild boot --impure --flake .#{{HOSTNAME}}