home: increase parallelism

This commit is contained in:
Primrose 2025-10-16 18:40:48 +08:00
parent 87edda0bd7
commit 4e44039822
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -26,6 +26,9 @@
]; ];
allow-import-from-derivation = true; allow-import-from-derivation = true;
keep-outputs = false; # Build time derivations and sources keep-outputs = false; # Build time derivations and sources
http-connections = 50; # default: 25
max-substitution-jobs = 32; # default: 16
}; };
}; };
} }