better nix build settings for bolty
This commit is contained in:
parent
2006da9ed5
commit
62303b5be6
1 changed files with 4 additions and 2 deletions
|
@ -37,8 +37,10 @@
|
|||
|
||||
swapDevices = [ ];
|
||||
|
||||
nix.maxJobs = 2;
|
||||
nix.buildCores = 7;
|
||||
nix.settings = {
|
||||
max-jobs = 8;
|
||||
cores = 0; # auto
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue