summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/x250/default.nix
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 20:29:10 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 20:36:30 +0000
commit554629a957f703f4d9382f502c86288a56f3a052 (patch)
treec0e48cd20c31072da68952dccade2394f6b49b91 /lenovo/thinkpad/x250/default.nix
parent4ac0a939194e5a66478be47c5b37c5799df713c6 (diff)
thinkpad: do not enable thinkfan by default
Diffstat (limited to 'lenovo/thinkpad/x250/default.nix')
-rw-r--r--lenovo/thinkpad/x250/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/lenovo/thinkpad/x250/default.nix b/lenovo/thinkpad/x250/default.nix
index c88fa78..870d9a8 100644
--- a/lenovo/thinkpad/x250/default.nix
+++ b/lenovo/thinkpad/x250/default.nix
@@ -1,13 +1,6 @@
-{ config, lib, pkgs, ... }:
-
{
imports = [
../.
../../../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;
}