hydra: restrict starman workers to 10

This commit is contained in:
2025-05-12 14:57:06 +02:00
parent 25f7ae62fa
commit 6e1886bafd

View File

@@ -10,6 +10,7 @@
notificationSender = "hydra@kabtop.de";
useSubstitutes = true;
minimumDiskFree = 50;
maxServers = 10;
};
nix-serve = {
enable = true;