summaryrefslogtreecommitdiff
path: root/hosts/stream
diff options
context:
space:
mode:
authorGrisha Shipunov2025-10-04 19:09:59 +0200
committerGrisha Shipunov2025-10-04 19:09:59 +0200
commit90dd3f6df347cafb45c03c163f9a08c055bb497c (patch)
tree36d78da91cf4617792974ffa0d954a4ad45f3cb2 /hosts/stream
parenta1b1e37d03ac0ed499a8b0b9da74487d0d8bf9b4 (diff)
switch infra to cloud-hypervisor
Diffstat (limited to 'hosts/stream')
-rw-r--r--hosts/stream/default.nix6
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";