mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
chore: increase dev VM disk size
This commit is contained in:
parent
9b4faad327
commit
83dcf7aa60
2
metal/Vagrantfile
vendored
2
metal/Vagrantfile
vendored
@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.define "dev#{i}" do |dev|
|
||||
dev.vm.network "public_network", ip: "#{ip_prefix}#{200+i+1}"
|
||||
dev.vm.hostname = "dev#{i}"
|
||||
dev.vm.disk :disk, size: "128GB", primary: true
|
||||
dev.vm.disk :disk, size: "256GB", primary: true
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user