diff --git a/justfile b/justfile index 89d178e..e7c552e 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,7 @@ bootswitch hostname=(HOSTNAME): # Apply config on hostname at next reboot boot: @rm -f nixos-switch.log - @doas nixos-rebuild switch --impure --flake .#{{HOSTNAME}} + @doas nixos-rebuild boot --impure --flake .#{{HOSTNAME}} # Build and install the world! world: