diff options
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"; |
