forward X11 traffic by default in Vagrant

This commit is contained in:
Dr Nic Williams 2019-02-11 12:58:14 +10:00 committed by Peter Barker
parent dc0ad11f7a
commit e12581eeb9
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -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.