nix: renamed nix.maxJobs

This commit is contained in:
Serĉanto de Scio 2022-12-02 10:17:28 +10:00
parent 0fe09a61d8
commit 5a4d36f779
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -37,5 +37,5 @@
swapDevices = [{device = "/dev/disk/by-uuid/ac308d76-cc12-4a73-83ee-64a2ad07b91e";}];
nix.maxJobs = lib.mkDefault 4;
nix.settings.max-jobs = lib.mkDefault 4;
}