chore(nixos): limit parallel jobs and set cores in config files
Some checks failed
Flake checker / Build Nix targets (push) Failing after 58s

This commit is contained in:
uttarayan21
2025-10-06 02:03:40 +05:30
parent df932741ef
commit 451783d5c4
3 changed files with 5 additions and 1 deletions

View File

@@ -38,6 +38,8 @@
nix = {
settings = {
max-jobs = 1;
cores = 8;
auto-optimise-store = true;
extra-experimental-features = "nix-command flakes auto-allocate-uids";
trusted-users = ["root" "fs0c131y" "remotebuilder"];