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 = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
nix.maxJobs = 2;
|
nix.settings = {
|
||||||
nix.buildCores = 7;
|
max-jobs = 8;
|
||||||
|
cores = 0; # auto
|
||||||
|
};
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue