diff --git a/Justfile b/Justfile index f059fdf..e0b71cb 100644 --- a/Justfile +++ b/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