Add vagrant-disksize dependency to Vagrantfile

This commit is contained in:
Charlie O'Keefe 2019-03-24 10:43:37 -06:00
parent 59e527ebf5
commit f120e55522
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -2,6 +2,8 @@
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vagrant.plugins = {"vagrant-disksize" => {"version" => "0.1.3"}}
config.ssh.forward_agent = true
config.disksize.size = '16GB'
config.vm.define 'zcash-build', autostart: false do |gitian|