Skip to content

Instantly share code, notes, and snippets.

@kubut
Created March 14, 2021 21:35
Show Gist options
  • Save kubut/36c5a92d1bb09370f79984f829bd8188 to your computer and use it in GitHub Desktop.
Save kubut/36c5a92d1bb09370f79984f829bd8188 to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
# your config (…)
config.vm.provider "virtualbox" do |vb|
vb.customize [
"modifyvm", :id,
" - paravirtprovider", "hyperv"
]
end
# your config (…)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment