diff --git a/install.sh b/install.sh index 0932ffe..8034d0c 100755 --- a/install.sh +++ b/install.sh @@ -133,7 +133,7 @@ partition_disk() { } install() { - sudo yes | nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME" + yes | sudo nixos-install --no-root-passwd --flake ".#$DOTNIX_HOSTNAME" } copy_files_to_new_install() {