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 = {
|
||||
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"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue