From 84ec0729edfd8c75db28e977f82b61d24285bbea Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Fri, 1 Nov 2024 14:47:16 +0300 Subject: [PATCH] fix: installer to flake boot instead of switch --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c325fed..b017d6f 100755 --- a/install.sh +++ b/install.sh @@ -181,7 +181,7 @@ echo -e "$GREEN Configuration has been updated with your preferences $ENDCOLOR" sleep 2 git add . - nixos-rebuild switch --flake .#unkown + nixos-rebuild boot --flake .#unkown echo -e "$GREEN Reboot after completion your initial password is 4321 $ENDCOLOR"