2024-10-08 17:29:29 +02:00
|
|
|
_: {
|
|
|
|
microvm.autostart = [ "ml01" ];
|
|
|
|
microvm.vms.ml01 = {
|
2024-10-08 18:44:21 +02:00
|
|
|
config = {
|
|
|
|
networking.hostName = "ml01";
|
|
|
|
microvm = {
|
|
|
|
hypervisor = "cloud-hypervisor";
|
|
|
|
vcpu = 4;
|
|
|
|
mem = 4096;
|
|
|
|
balloonMem = 2048;
|
|
|
|
shares = [
|
|
|
|
{
|
|
|
|
source = "/nix/store";
|
|
|
|
mountPoint = "/nix/.ro-store";
|
|
|
|
tag = "ro-store";
|
|
|
|
proto = "virtiofs";
|
|
|
|
}
|
|
|
|
];
|
2024-10-08 17:29:29 +02:00
|
|
|
};
|
2024-10-08 18:44:21 +02:00
|
|
|
};
|
2024-10-08 17:29:29 +02:00
|
|
|
};
|
|
|
|
}
|