diff options
| author | Grisha Shipunov | 2025-10-04 19:09:59 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-10-04 19:09:59 +0200 |
| commit | 90dd3f6df347cafb45c03c163f9a08c055bb497c (patch) | |
| tree | 36d78da91cf4617792974ffa0d954a4ad45f3cb2 /hosts/stream/default.nix | |
| parent | a1b1e37d03ac0ed499a8b0b9da74487d0d8bf9b4 (diff) | |
switch infra to cloud-hypervisor
Diffstat (limited to 'hosts/stream/default.nix')
| -rw-r--r-- | hosts/stream/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |
