2025-03-23 17:07:12 -04:00
|
|
|
{
|
|
|
|
|
imports = [ ];
|
|
|
|
|
|
2025-10-11 00:08:02 -04:00
|
|
|
config = {
|
|
|
|
|
me.distributed_build.enable = true;
|
|
|
|
|
me.distributed_build.machines.hydra = {
|
|
|
|
|
enable = true;
|
|
|
|
|
additional_config = {
|
|
|
|
|
speedFactor = 2;
|
2025-05-04 16:20:00 -04:00
|
|
|
};
|
2025-10-11 00:08:02 -04:00
|
|
|
};
|
|
|
|
|
me.distributed_build.machines.quark = {
|
|
|
|
|
enable = true;
|
|
|
|
|
additional_config = {
|
|
|
|
|
speedFactor = 2;
|
2025-05-04 16:20:00 -04:00
|
|
|
};
|
2025-10-11 00:08:02 -04:00
|
|
|
};
|
|
|
|
|
};
|
2025-03-23 17:07:12 -04:00
|
|
|
}
|