better nix build settings for bolty

This commit is contained in:
Cyryl Płotnicki 2022-12-02 19:47:30 +00:00
parent 2006da9ed5
commit 62303b5be6

View file

@ -37,8 +37,10 @@
swapDevices = [ ];
nix.maxJobs = 2;
nix.buildCores = 7;
nix.settings = {
max-jobs = 8;
cores = 0; # auto
};
zramSwap = {
enable = true;