mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Laptop] Remove fancontrol options
Caused issues.
This commit is contained in:
parent
844b0be2df
commit
38fb142e45
1 changed files with 1 additions and 4 deletions
|
|
@ -29,15 +29,12 @@ in {
|
||||||
|
|
||||||
aviallon.boot.cmdline = {
|
aviallon.boot.cmdline = {
|
||||||
# Less power consumption vs some performance loss
|
# Less power consumption vs some performance loss
|
||||||
"workqueue.power_efficient" = "";
|
"workqueue.power_efficient" = "1";
|
||||||
nohz = "on";
|
nohz = "on";
|
||||||
|
|
||||||
pcie_aspm = mkIf cfg.tweaks.pcieAspmForce "force";
|
pcie_aspm = mkIf cfg.tweaks.pcieAspmForce "force";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.fancontrol = {
|
|
||||||
enable = mkIf (! isNull config.hardware.fancontrol.config) true;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
systemd.services.aspm-force-enable = let
|
systemd.services.aspm-force-enable = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue