thinkpad: do not enable thinkfan by default
This commit is contained in:
parent
4ac0a93919
commit
554629a957
|
@ -4,7 +4,6 @@
|
||||||
imports = [ ../../common/pc/laptop ];
|
imports = [ ../../common/pc/laptop ];
|
||||||
|
|
||||||
hardware.trackpoint.enable = lib.mkDefault true;
|
hardware.trackpoint.enable = lib.mkDefault true;
|
||||||
services.thinkfan.enable = lib.mkDefault true;
|
|
||||||
|
|
||||||
# Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
|
# Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
|
||||||
# services.fprintd.enable = true;
|
# services.fprintd.enable = true;
|
||||||
|
|
|
@ -1,13 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../.
|
../.
|
||||||
../../../common/cpu/intel
|
../../../common/cpu/intel
|
||||||
];
|
];
|
||||||
|
|
||||||
# Thinkfan is enabled by thinkpad profile.
|
|
||||||
# However it requires to set a different `sensor` for this hardware, since there is no /proc/acpi/ibm/thermal
|
|
||||||
# Regulation also works fine without thinkfan daemon though.
|
|
||||||
services.thinkfan.enable = lib.mkOverride 900 false;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue