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

Commit

Permalink
Merge pull request #60 from palantirnet/disable-vm-audio
Browse files Browse the repository at this point in the history
Disable audio on the VM
  • Loading branch information
becw authored Jul 11, 2019
2 parents 1655f52 + 80feb55 commit de39690
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 de39690

Please sign in to comment.