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