Skip to content

Commit

Permalink
forward X11 traffic by default in Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic authored and peterbarker committed Feb 12, 2019
1 parent dc0ad11 commit e12581e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e12581e

Please sign in to comment.