Skip to content

Instantly share code, notes, and snippets.

@fabiomix
fabiomix / Vagrantfile
Created October 3, 2023 13:55
[Vagrant] Resize main disk and partition
# -*- mode: ruby -*-
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.