Browse Source

forward X11 traffic by default in Vagrant

mission-4.1.18
Dr Nic Williams 6 years ago committed by Peter Barker
parent
commit
e12581eeb9
  1. 1
      Vagrantfile

1
Vagrantfile vendored

@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.ssh.forward_x11 = true
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.

Loading…
Cancel
Save