fix path for the vm config

This commit is contained in:
Aaron Honeycutt 2025-02-17 20:32:37 +00:00
parent 4d006c7b22
commit 3986db7dc3

View file

@ -53,7 +53,7 @@ read -p "Enter your choice: " hostChoice
echo ""
if [ $hostChoice = 1 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/vm/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/
sudo nixos-install --flake /mnt/etc/nixos#vm
elif [ $hostChoice = 2 ]; then