Skip to content

Instantly share code, notes, and snippets.

@mxey
Created December 5, 2018 11:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mxey/ce6911724acee4517692bf683ee90624 to your computer and use it in GitHub Desktop.
Save mxey/ce6911724acee4517692bf683ee90624 to your computer and use it in GitHub Desktop.
Vagrantfile disable audio
machine.vm.provider "virtualbox" do |v|
# Prevent VirtualBox from interfering with host audio stack
v.customize ["modifyvm", :id, "--audio", "none"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment