From a1b1e37d03ac0ed499a8b0b9da74487d0d8bf9b4 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 4 Oct 2025 19:02:45 +0200 Subject: try out cloud-hypervisor --- hosts/auth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix index c0b4791..08ceb47 100644 --- a/hosts/auth/default.nix +++ b/hosts/auth/default.nix @@ -16,8 +16,8 @@ in }; microvm = { - hypervisor = "qemu"; - mem = 2 * 1024 + 512; + hypervisor = "cloud-hypervisor"; + mem = 2 * 1024; vcpu = 2; interfaces = [ { -- cgit v1.3.1