From 38fb142e4503097d951b43c11070f541b703512a Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Fri, 11 Nov 2022 18:59:01 +0100 Subject: [PATCH] [Laptop] Remove fancontrol options Caused issues. --- laptop.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/laptop.nix b/laptop.nix index 7c5337b..1131773 100644 --- a/laptop.nix +++ b/laptop.nix @@ -29,15 +29,12 @@ in { aviallon.boot.cmdline = { # Less power consumption vs some performance loss - "workqueue.power_efficient" = ""; + "workqueue.power_efficient" = "1"; nohz = "on"; pcie_aspm = mkIf cfg.tweaks.pcieAspmForce "force"; }; - hardware.fancontrol = { - enable = mkIf (! isNull config.hardware.fancontrol.config) true; - }; systemd.services.aspm-force-enable = let