about summary refs log tree commit diff
path: root/sys/x220.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x220.nix')
-rw-r--r--sys/x220.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x220.nix b/sys/x220.nix
index 5ff041556b4c..a8b20eb2c055 100644
--- a/sys/x220.nix
+++ b/sys/x220.nix
@@ -61,7 +61,7 @@
     }
   ];
 
-  nix.maxJobs = 2;
+  nix.settings.max-jobs = 2;
   powerManagement.cpuFreqGovernor = "powersave";
 
   networking.hostName = "x220";