mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Enable nested virtualization
This commit is contained in:
parent
4149893309
commit
07761e25ec
7
Vagrantfile
vendored
7
Vagrantfile
vendored
@ -4,9 +4,10 @@
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "centos/8"
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.cpus = 4
|
||||
vb.memory = 8192
|
||||
config.vm.provider "libvirt" do |libvirt|
|
||||
libvirt.cpus = 4
|
||||
libvirt.memory = 8192
|
||||
libvirt.nested = true
|
||||
end
|
||||
|
||||
config.vm.network :public_network,
|
||||
|
Loading…
Reference in New Issue
Block a user