1
0
Fork 0

Reduce buildercount on hera

This commit is contained in:
Malte Brandy 2021-11-26 19:41:26 +01:00
parent 72c866ceff
commit 5f1638b850
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -39,7 +39,7 @@ in
echo "Result was: $RESULT"
'';
contexts = {
"default.conf" = builtins.toFile "default.conf" "EXECUTORS=4";
"default.conf" = builtins.toFile "default.conf" "EXECUTORS=3";
};
};
users = {