update nix settings
This commit is contained in:
parent
db4d6915a5
commit
0c2ec43ea3
1 changed files with 8 additions and 2 deletions
|
@ -81,13 +81,19 @@
|
|||
desktop = false;
|
||||
inherit args;
|
||||
};
|
||||
nix.settings.cores = 2;
|
||||
nix.settings.max-jobs = 2;
|
||||
nix.settings.cores = 4;
|
||||
nix.settings.max-jobs = 4;
|
||||
nix.settings.system-features = [
|
||||
"nixos-test"
|
||||
"big-parallel"
|
||||
"benchmark"
|
||||
"ca-derivations"
|
||||
"gccarch-riscv-i"
|
||||
"gccarch-riscv-m"
|
||||
"gccarch-riscv-a"
|
||||
"gccarch-riscv-f"
|
||||
"gccarch-riscv-d"
|
||||
"gccarch-riscv-c"
|
||||
];
|
||||
nix.daemonCPUSchedPolicy = "idle";
|
||||
nix.daemonIOSchedClass = "idle";
|
||||
|
|
Loading…
Reference in a new issue