No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
1 changed files with
1 additions and
1 deletions
-
machines/manager/mpi.nix
|
|
@ -5,7 +5,7 @@ with lib; |
|
|
|
{ |
|
|
|
environment.etc."mpi/hosts" = { |
|
|
|
text = concatMapStringsSep "\n" |
|
|
|
(node: "${node.config.networking.hostName} max_slots=64") |
|
|
|
(node: "${node.config.networking.hostName} max_slots=32") |
|
|
|
(filter |
|
|
|
(node: elem "node" node.config.deployment.tags) |
|
|
|
(attrValues nodes)); |
|
|
|