From e12581eeb9747e292ea51e62baac028a1c3692c1 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Mon, 11 Feb 2019 12:58:14 +1000 Subject: [PATCH] forward X11 traffic by default in Vagrant --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 2106b7ab0b..f063d9f880 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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.