diff options
author | lassulus <lassulus@lassul.us> | 2022-12-05 21:32:08 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-12-05 21:32:08 +0100 |
commit | 0447cf6a5fd3435a0acb68d077b0380da12f104d (patch) | |
tree | bb3644b84ce81b64443efd8e767a121a741bb008 /tv/2configs/hw | |
parent | 5d0d1993b6207c283189a2c81c8c76f549d44b2a (diff) | |
parent | 8e32364d6299b5f5816d886653349794aadc1ec9 (diff) |
Merge remote-tracking branch 'ni/master' into 22.11
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/x220.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 8c68cdef0..25e2effbd 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -28,8 +28,8 @@ in } { - nix.buildCores = 2; - nix.maxJobs = 2; + nix.settings.cores = 2; + nix.settings.max-jobs = 2; } (if lib.versionAtLeast (lib.versions.majorMinor lib.version) "21.11" then { nix.daemonCPUSchedPolicy = "batch"; |