Disable thinkfan
This commit is contained in:
parent
e0343322ad
commit
2b5176c6f0
|
@ -39,25 +39,6 @@
|
||||||
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{model_name}=="01AV405", ATTR{capacity}=="[0-5]", RUN+="${config.systemd.package}/bin/systemctl suspend -i"
|
SUBSYSTEM=="power_supply", ATTR{status}=="Discharging", ATTR{model_name}=="01AV405", ATTR{capacity}=="[0-5]", RUN+="${config.systemd.package}/bin/systemctl suspend -i"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Enable thinkfan
|
|
||||||
services.thinkfan = {
|
|
||||||
enable = true;
|
|
||||||
levels = [
|
|
||||||
[ 0 0 47 ]
|
|
||||||
[ 1 47 69 ]
|
|
||||||
[ 2 69 74 ]
|
|
||||||
[ 3 74 78 ]
|
|
||||||
[ 4 78 82 ]
|
|
||||||
[ 5 82 85 ]
|
|
||||||
[ 6 85 87 ]
|
|
||||||
[ 7 87 32767 ]
|
|
||||||
];
|
|
||||||
};
|
|
||||||
# HACK Workaround to enable the service the first time
|
|
||||||
systemd.services.thinkfan.preStart = ''
|
|
||||||
/run/current-system/sw/bin/modprobe -r thinkpad_acpi && /run/current-system/sw/bin/modprobe thinkpad_acpi
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Undervolt CPU and GPU
|
# Undervolt CPU and GPU
|
||||||
services.undervolt = {
|
services.undervolt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue