hydra: restrict to 4 cores

This commit is contained in:
Kabbone 2025-05-12 14:55:02 +02:00
parent 54242cf3a0
commit 25f7ae62fa
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0

View File

@ -51,6 +51,7 @@
nix = { nix = {
settings = { settings = {
cores = 4;
trusted-users = [ trusted-users = [
"hydra" "hydra"
]; ];