mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Remove custom VM line
This commit is contained in:
parent
b637d3bfe2
commit
7a6c1f5104
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ read deviceChoice
|
|||
|
||||
if [ $deviceChoice = 1 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/systems/vm.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#vm
|
||||
|
||||
elif [ $deviceChoice = 2 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue