hydra: restrict starman workers to 10
This commit is contained in:
parent
25f7ae62fa
commit
6e1886bafd
@ -10,6 +10,7 @@
|
|||||||
notificationSender = "hydra@kabtop.de";
|
notificationSender = "hydra@kabtop.de";
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
minimumDiskFree = 50;
|
minimumDiskFree = 50;
|
||||||
|
maxServers = 10;
|
||||||
};
|
};
|
||||||
nix-serve = {
|
nix-serve = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user