nix: restrict max-jobs to 4

This commit is contained in:
Kabbone 2025-05-12 15:15:04 +02:00
parent 6e1886bafd
commit 7895f0a8b0
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

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