From a36cc2a7d3bfb4de03c7cca45409a6d0f643343b Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 19 Feb 2022 15:34:48 -0500 Subject: [PATCH] update chrysalis Signed-off-by: Xe --- hosts/chrysalis/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chrysalis/hardware-configuration.nix b/hosts/chrysalis/hardware-configuration.nix index 1b4cb84..ebfab28 100644 --- a/hosts/chrysalis/hardware-configuration.nix +++ b/hosts/chrysalis/hardware-configuration.nix @@ -25,6 +25,6 @@ swapDevices = [{ device = "/dev/disk/by-uuid/c0c73073-0fd4-4621-b2b9-b40c51793801"; }]; - nix.maxJobs = lib.mkDefault 12; + nix.settings.max-jobs = lib.mkDefault 12; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }