diff --git a/modules/cluster/deployment.nix b/modules/cluster/deployment.nix index 049f2f37..8a23ac35 100644 --- a/modules/cluster/deployment.nix +++ b/modules/cluster/deployment.nix @@ -74,6 +74,7 @@ in } ]; affinities = lib.optionals config.deployment.needForSpeed (builtins.genList (i: { attribute = "\${meta.c3d2.cpuSpeed}"; + operator = ">="; value = toString (i + 1); weight = 10 + i; }) 10);