hydra: restrict starman workers to 10

This commit is contained in:
Kabbone 2025-05-12 14:57:06 +02:00
parent 25f7ae62fa
commit 6e1886bafd
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0

View File

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