From 140692fc6f350ebeba2a18445e84371ede8900b6 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sat, 26 Oct 2024 22:43:35 +0300 Subject: [PATCH] fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 131f4be..458c08c 100755 --- a/install.sh +++ b/install.sh @@ -197,7 +197,7 @@ fi echo -e "$GREEN Configuration has been updated with your preferences $ENDCOLOR" sleep 2 - sudo nixos-rebuild boot --flake .#${new_hostname} + sudo nixos-rebuild boot --flake .#unkown echo -e "$GREEN Reboot after completion your initial password is 4321 $ENDCOLOR"