Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
disable audio on the VM
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond authored Dec 12, 2018
1 parent 4af7af2 commit 80feb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Vagrant.configure(2) do |config|
box.vm.box_version = ">= 1.2.0, < 2.0"

box.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--memory", "2048", "--audio", "none"]
end

box.vm.hostname = "#{hostname}"
Expand Down

0 comments on commit 80feb55

Please sign in to comment.