summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/wu/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/wu/default.nix b/modules/wu/default.nix
index 54b8587c..37bf7588 100644
--- a/modules/wu/default.nix
+++ b/modules/wu/default.nix
@@ -56,7 +56,12 @@ in
}
];
- nix.maxJobs = 8;
+ nix = {
+ buildCores = 4;
+ maxJobs = 4;
+ daemonIONiceLevel = 1;
+ daemonNiceLevel = 1;
+ };
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs";