switch all hypervisors to qemu

This commit is contained in:
Markus Schmidl 2023-08-08 19:48:12 +02:00
parent d016daab10
commit 5d2751654e
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ in
microvm = {
vcpu = 4;
mem = 4096;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";
interfaces = [{

View File

@ -4,7 +4,7 @@ let
in
{
microvm = {
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
mem = 6144;
vcpu = 12;
interfaces = [{

View File

@ -10,7 +10,7 @@ in
microvm = {
vcpu = 4;
mem = 4096;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";
interfaces = [{

View File

@ -14,7 +14,7 @@ in
microvm = {
vcpu = 2;
mem = 1024 * 2;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";
interfaces = [{

View File

@ -15,7 +15,7 @@ in
microvm = {
vcpu = 16;
mem = 1024 * 24;
hypervisor = "cloud-hypervisor";
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";
interfaces = [{