From 90dd3f6df347cafb45c03c163f9a08c055bb497c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 4 Oct 2025 19:09:59 +0200 Subject: switch infra to cloud-hypervisor --- hosts/stream/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/stream') diff --git a/hosts/stream/default.nix b/hosts/stream/default.nix index 04e10a1..d5c6cbe 100644 --- a/hosts/stream/default.nix +++ b/hosts/stream/default.nix @@ -17,9 +17,9 @@ in }; microvm = { - hypervisor = "qemu"; - mem = 4 * 1024; - vcpu = 3; + hypervisor = "cloud-hypervisor"; + mem = 3 * 1024; + vcpu = 2; interfaces = [ { type = "tap"; -- cgit v1.3.1