From cd799723f3461915b3f391012b5cb184a6ede0e2 Mon Sep 17 00:00:00 2001 From: caem Date: Mon, 20 Jan 2025 00:05:53 +0100 Subject: [PATCH] im stoopid --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {