From 905fe1271420fe11de0231524262080979083643 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 24 Apr 2025 21:14:32 +0100 Subject: [PATCH] Added mount point to install command --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d920f13..9e6cafe 100644 --- a/install.sh +++ b/install.sh @@ -48,6 +48,6 @@ mkdir -p "$MOUNT_POINT/etc/nixos" git clone "$REPO_URL" "$MOUNT_POINT/etc/nixos" # 8. Install NixOS -nixos-install --flake "/etc/nixos#${HOSTNAME}" --no-root-passwd +nixos-install --flake "$MOUNT_POINT/etc/nixos#${HOSTNAME}" --no-root-passwd echo "✅ NixOS installation complete! You may now reboot." \ No newline at end of file