summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-10-04 19:02:45 +0200
committerGrisha Shipunov2025-10-04 19:02:45 +0200
commita1b1e37d03ac0ed499a8b0b9da74487d0d8bf9b4 (patch)
treea354bfebefb537cdce91cef29530c9b1e65aa25b
parent77adc9eca2875650e828711df8237c11fc51e4af (diff)
try out cloud-hypervisor
-rw-r--r--hosts/auth/default.nix4
1 files changed, 2 insertions, 2 deletions
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 = [
{