modules/cluster/deployment*.nix: move to modules/cluster/customization/

lets default.nix refer to options.nix
This commit is contained in:
Astro 2023-01-19 16:42:43 +01:00
parent 892014a2dc
commit c19aa22b4c
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ in
skyflake = {
nomadJob = {
constraints = lib.optionals (config.deployment.storage == "big") [ {
attribute = "\${meta.c3d2.storage}";
value = "big";
} ];
affinities = lib.optionals config.deployment.needForSpeed (builtins.genList (i: {
attribute = "\${meta.c3d2.cpuSpeed}";
operator = ">=";