Automatically set distributed build's supportedFeatures based on that host's actual config.

Previously, we had two copies of the supported features for each host.
This commit is contained in:
Tom Alexander
2025-11-19 22:38:58 -05:00
parent 3bf912f3be
commit eebbf9f4aa
7 changed files with 36 additions and 94 deletions

View File

@@ -3,11 +3,5 @@
config = {
me.distributed_build.enable = true;
me.distributed_build.machines.hydra = {
enable = true;
additional_config = {
speedFactor = 2;
};
};
};
}