Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fixed Vagrant GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Nov 15, 2021
1 parent 2c743c4 commit 4f43603
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 @@ -61,6 +61,7 @@ Vagrant.configure("2") do |config|
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
v.memory = 1024
v.cpus = 2
v.gui = false
end

config.vm.define "centos" do |centos|
Expand Down

0 comments on commit 4f43603

Please sign in to comment.