2025-04-16 20:36:08 -04:00
|
|
|
{
|
|
|
|
|
imports = [ ];
|
|
|
|
|
|
2025-10-11 00:08:02 -04:00
|
|
|
config = {
|
|
|
|
|
me.distributed_build.enable = true;
|
2026-01-11 16:38:56 -05:00
|
|
|
me.distributed_build.machines.hydra = {
|
|
|
|
|
enable = true;
|
|
|
|
|
additional_config = {
|
|
|
|
|
speedFactor = 2;
|
|
|
|
|
};
|
2026-07-17 20:58:06 -04:00
|
|
|
substituter_url = "ssh-ng://nixworker@ns1.fizz.buzz:65122?compress=true&ssh-key=/persist/manual/ssh/root/keys/id_ed25519&remote-store=local?root=/.disk/root";
|
2026-01-11 16:38:56 -05:00
|
|
|
};
|
2025-10-11 00:08:02 -04:00
|
|
|
};
|
2025-04-16 20:36:08 -04:00
|
|
|
}
|