[Laptop] Remove fancontrol options

Caused issues.
This commit is contained in:
Antoine Viallon 2022-11-11 18:59:01 +01:00
parent 844b0be2df
commit 38fb142e45
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -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