justfile | update oldschool

This commit is contained in:
Don Harper 2025-07-05 17:36:44 -05:00
parent a03da595cc
commit 905ba86a3d

View file

@ -121,7 +121,7 @@ ci:
oldschool: oldschool:
@nixfmt . &> nixos-switch.log || ( cat nixos-switch.log && false ) @nixfmt . &> nixos-switch.log || ( cat nixos-switch.log && false )
@rm -f nixos-switch.log @rm -f nixos-switch.log
@doas nixos-rebuild switch --flake .#{{HOSTNAME}} @doas nixos-rebuild switch --impure --flake .#{{HOSTNAME}}
# Reboot on hostname # Reboot on hostname
reboot hostname=(HOSTNAME): reboot hostname=(HOSTNAME):