use full speed fan

This commit is contained in:
Cyryl Płotnicki 2022-04-01 22:50:48 +01:00
parent 944b4b2f47
commit f98d9ec028

View file

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