modified: installer.nix

This commit is contained in:
2025-07-21 18:46:32 +10:00
parent 1249246dd9
commit c4b14d3f83
+1 -1
View File
@@ -72,7 +72,7 @@ fi
mount /dev/disk/by-label/nixos /mnt
mkdir -p /mnt/install-tmp
export TMPDIR=/mnt/install-tmp
nixos-install --flake "${FLAKE_BASE_URL}#${choice}" --no-root-password --no-write-lock-file
nixos-install --flake "''${FLAKE_BASE_URL}#''${choice}" --no-root-password --no-write-lock-file
rm -rf /mnt/install-tmp
sleep 10
reboot