summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-07-30 18:57:52 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-07-30 19:06:45 +0200
commitc78fd07460c50ae3cd7c500eecd11e397d4f3036 (patch)
treeb9682436249619b7bb5f4af1590d42882a84a4b2 /nixos/modules/services/misc/nix-daemon.nix
parent19c6cf7756415c7f620f0385aba3c9d65c17b5a3 (diff)
downloadnixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.tar
nixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.tar.gz
nixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.tar.bz2
nixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.tar.lz
nixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.tar.xz
nixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.tar.zst
nixpkgs-c78fd07460c50ae3cd7c500eecd11e397d4f3036.zip
nixos: nix-daemon: update maxJobs description
I bought an X2 in 2006. It was awesome.
Use a more contemporary and model-agnostic example.
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index 49286f512bb..4088f9ff055 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -78,8 +78,8 @@ in
         description = ''
           This option defines the maximum number of jobs that Nix will try
           to build in parallel.  The default is 1.  You should generally
-          set it to the number of CPUs in your system (e.g., 2 on an Athlon
-          64 X2).
+          set it to the total number of logical cores in your system (e.g., 16
+          for two CPUs with 4 cores each and hyper-threading).
         '';
       };