add fan control daemon to foureighty
This commit is contained in:
parent
ab631b28d5
commit
5012299d38
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
};
|
||||
hardware.trackpoint.enable = true;
|
||||
services.hardware.bolt.enable = true;
|
||||
boot.extraModprobeConfig = "options thinkpad_acpi fan_control=1";
|
||||
services.thinkfan.enable = true;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue