justfile | typo
This commit is contained in:
parent
736980ddd7
commit
7f6f3f49a0
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue