From b6bd57a20fed7c22cd69a0bb7e451eee677ee13c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 19 Sep 2024 19:18:01 -0600 Subject: [PATCH] fix vm path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a516724..162ae23 100644 --- a/install.sh +++ b/install.sh @@ -47,7 +47,7 @@ EOF read hostChoice if [ $hostChoice = 1 ]; then - curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/vm.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/ + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/ sudo nixos-install --flake /mnt/etc/nixos#vm elif [ $hostChoice = 2 ]; then