some-tweaks

This commit is contained in:
Grisha Shipunov 2025-06-12 21:20:29 +00:00
parent 4cddd93189
commit 1f0ca3f5d4

View file

@ -16,8 +16,8 @@ in
microvm = { microvm = {
hypervisor = "qemu"; hypervisor = "qemu";
mem = 3 * 1024; mem = 4 * 1024;
vcpu = 2; vcpu = 3;
interfaces = [ interfaces = [
{ {
type = "tap"; type = "tap";
@ -32,7 +32,6 @@ in
mountPoint = "/nix/.ro-store"; mountPoint = "/nix/.ro-store";
tag = "store"; tag = "store";
proto = "virtiofs"; proto = "virtiofs";
socket = "store.socket";
} }
] ]
++ map ++ map
@ -41,12 +40,10 @@ in
mountPoint = "/${dir}"; mountPoint = "/${dir}";
tag = dir; tag = dir;
proto = "virtiofs"; proto = "virtiofs";
socket = "${dir}.socket";
}) })
[ [
"etc" "etc"
"var" "var"
"media"
"home" "home"
]; ];
}; };