|
|
@@ -10,9 +10,12 @@ Vagrant.configure("2") do |config|
|
|
|
# For a complete reference, please see the online documentation at
|
|
|
# https://docs.vagrantup.com.
|
|
|
|
|
|
+ config.vm.disk :disk, size: "120GB", primary: true
|
|
|
+
|
|
|
# Every Vagrant development environment requires a box. You can search for
|
|
|
# boxes at https://vagrantcloud.com/search.
|
|
|
config.vm.box = "ubuntu/jammy64"
|
|
|
+ config.vm.box_version = "20221219.0.0"
|
|
|
|
|
|
# Disable automatic box update checking. If you disable this, then
|
|
|
# boxes will only be checked for updates when the user runs
|