From 1f0ca3f5d4c792023c1f13e4a81194447c399d45 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 12 Jun 2025 21:20:29 +0000 Subject: [PATCH] some-tweaks --- hosts/stream/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/stream/default.nix b/hosts/stream/default.nix index cd0b29e..8a382f7 100644 --- a/hosts/stream/default.nix +++ b/hosts/stream/default.nix @@ -16,8 +16,8 @@ in microvm = { hypervisor = "qemu"; - mem = 3 * 1024; - vcpu = 2; + mem = 4 * 1024; + vcpu = 3; interfaces = [ { type = "tap"; @@ -32,7 +32,6 @@ in mountPoint = "/nix/.ro-store"; tag = "store"; proto = "virtiofs"; - socket = "store.socket"; } ] ++ map @@ -41,12 +40,10 @@ in mountPoint = "/${dir}"; tag = dir; proto = "virtiofs"; - socket = "${dir}.socket"; }) [ "etc" "var" - "media" "home" ]; };