Remove unneeded VM config.nix file

This commit is contained in:
Aaron Honeycutt 2024-01-09 20:02:19 +00:00
parent b5f977e403
commit fb7de0dbe8

View file

@ -79,7 +79,6 @@ elif [ $deviceChoice = 6 ]; then
elif [ $deviceChoice = 7 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/systems/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
#curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/systems/vm.nix > configuration.nix; sudo mv -f configuration.nix /mnt/etc/nixos/
elif [ $deviceChoice = 0 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/