diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 1010829..178ee2e 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "bento/ubuntu-20.04" - config.disksize.size = "50GB" + config.disksize.size = "100GB" config.vm.provision "shell", privileged: false, path: "bootstrap.sh" # Disable automatic box update checking. If you disable this, then