mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
fix path for the vm config
This commit is contained in:
parent
4d006c7b22
commit
3986db7dc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue