mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-23 07:22:18 +00:00
update post with correct mb spec...
This commit is contained in:
parent
121a59f602
commit
6fff1dce30
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
|
||||||
config.vm.box = "oopsme/windows11-22h2"
|
config.vm.box = "oopsme/windows11-22h2"
|
||||||
config.vm.provider :libvirt do |libvirt|
|
config.vm.provider :libvirt do |libvirt|
|
||||||
libvirt.cpus = 4
|
libvirt.cpus = 4
|
||||||
libvirt.memory = 4
|
libvirt.memory = 4096
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue