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" ]; };