mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
fix vm path
This commit is contained in:
parent
0f1f29e716
commit
b6bd57a20f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue