Open jamesla opened 1 year ago
This should achieve what you want (add it to your Vagrantfile):
config.vm.provider :parallels do |prl|
prl.customize 'post-import', ['set', :id, '--device-del', 'usb']
end
Hi @jamesla, you can also ask questions on our Discord Server, this is monitored more frequently for questions
How do i tell the vagrant parallels provider to not attach a usb hub when it creates a vm?