Add boot recipe to Justfile

This commit is contained in:
Erwin Boskma 2023-07-03 09:26:40 +02:00
parent 9230c03e7f
commit aa47260497
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -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