justfile | fix boot command
This commit is contained in:
parent
337f3d7136
commit
c0b148a9c3
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -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}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue