Add boot recipe to Justfile
This commit is contained in:
parent
9230c03e7f
commit
aa47260497
1 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
@ -12,6 +12,9 @@ diff:
|
|||
switch machine="":
|
||||
nixos-rebuild --flake .#{{machine}} --use-remote-sudo switch
|
||||
|
||||
boot machine="":
|
||||
nixos-rebuild --flake .#{{machine}} --use-remote-sudo boot
|
||||
|
||||
fmt:
|
||||
nix fmt
|
||||
|
||||
|
|
Loading…
Reference in a new issue