From 30a54af123aee95b818a8488adb74701e75d7e13 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 6 Dec 2020 10:55:05 +0100 Subject: [PATCH] nunotaba: Use auto nix jobs --- machines/nunotaba/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/nunotaba/hardware-configuration.nix b/machines/nunotaba/hardware-configuration.nix index 97182ba..b94f7d2 100644 --- a/machines/nunotaba/hardware-configuration.nix +++ b/machines/nunotaba/hardware-configuration.nix @@ -30,6 +30,5 @@ { device = "/dev/disk/by-uuid/b9ad2d56-fee0-49df-98c1-00d93d991b9f"; } ]; - nix.maxJobs = lib.mkDefault 4; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; }