justfile | change reboot target to be targeted
This commit is contained in:
parent
54f99299f9
commit
f175ff6612
1 changed files with 3 additions and 3 deletions
6
justfile
6
justfile
|
|
@ -108,6 +108,6 @@ oldschool:
|
|||
@rm -f nixos-switch.log
|
||||
@doas nixos-rebuild switch --flake .#{{HOSTNAME}}
|
||||
|
||||
# Reboot this host
|
||||
reboot:
|
||||
@doas reboot
|
||||
# Reboot on hostname
|
||||
reboot hostname=(HOSTNAME):
|
||||
@colmena --impure exec --on {{hostname}} "doas reboot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue