From 7f6f3f49a02fc07e1f77087b887308442b4f344f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 4 Sep 2025 14:23:58 -0500 Subject: [PATCH] justfile | typo --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: