some-tweaks
This commit is contained in:
parent
4cddd93189
commit
1f0ca3f5d4
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue