diff options
| author | Grisha Shipunov | 2025-10-04 19:02:45 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-04 19:02:45 +0200 |
| commit | a1b1e37d03ac0ed499a8b0b9da74487d0d8bf9b4 (patch) | |
| tree | a354bfebefb537cdce91cef29530c9b1e65aa25b /hosts/auth/default.nix | |
| parent | 77adc9eca2875650e828711df8237c11fc51e4af (diff) | |
try out cloud-hypervisor
Diffstat (limited to 'hosts/auth/default.nix')
| -rw-r--r-- | hosts/auth/default.nix | 4 |
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 = [ { |
