From c51cf01312b92d9fb1a9442fef7114fce060d274 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 10 Oct 2025 10:46:40 -0400 Subject: no-filesystems only for x --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a7dfe4d..7461a20 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,11 @@ MACHINE="$1" sudo cp -rv * /mnt/config +CONFIG_ARGS="--root /mnt" +if [ $MACHINE = "x" ]; then + CONFIG_ARGS="$CONFIG_ARGS --no-filesystems" +fi + sudo nixos-generate-config --root /mnt --no-filesystems cd /mnt/config -- cgit v1.2.3