Created
December 5, 2018 11:39
-
-
Save mxey/ce6911724acee4517692bf683ee90624 to your computer and use it in GitHub Desktop.
Vagrantfile disable audio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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