mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
vagrant: disable audio interference
Avoid Vagrant/virtualbox interferring with host audio when the VM boots.
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -183,7 +183,7 @@ def configureProviders(vmCfg, cpus: "2", memory: "2048")
|
||||
end
|
||||
|
||||
vmCfg.vm.provider "virtualbox" do |v|
|
||||
v.customize ["modifyvm", :id, "--cableconnected1", "on"]
|
||||
v.customize ["modifyvm", :id, "--cableconnected1", "on", "--audio", "none"]
|
||||
v.memory = memory
|
||||
v.cpus = cpus
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user