use full speed fan
This commit is contained in:
parent
944b4b2f47
commit
f98d9ec028
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,15 @@
|
|||
boot.extraModprobeConfig = "options thinkpad_acpi fan_control=1";
|
||||
services.thinkfan = {
|
||||
enable = true;
|
||||
levels = [
|
||||
[ 0 0 55 ]
|
||||
[ 1 48 60 ]
|
||||
[ 2 50 61 ]
|
||||
[ 3 52 63 ]
|
||||
[ 6 56 65 ]
|
||||
[ 7 60 85 ]
|
||||
[ "level full-speed" 80 32767 ]
|
||||
];
|
||||
sensors = [
|
||||
{
|
||||
type = "hwmon";
|
||||
|
|
Loading…
Reference in a new issue