fix: installer to flake boot instead of switch
This commit is contained in:
parent
b3e57ab637
commit
84ec0729ed
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue