summaryrefslogtreecommitdiffstats
path: root/lenovo
diff options
context:
space:
mode:
authorAlberto Berti <alberto@metapensiero.it>2018-09-01 15:33:27 +0200
committerAlberto Berti <alberto@metapensiero.it>2018-09-01 15:33:27 +0200
commit7f17d649cc60b3e480dfad935871cf9762ea91a8 (patch)
treeda7635f1f2970e8f868c94d6aec609b20f3d681f /lenovo
parentcfc72f6c9b4348aa9952730c52c44cf8460fbc40 (diff)
Fix cpu-throttling service file reference
Diffstat (limited to 'lenovo')
-rw-r--r--lenovo/thinkpad/x1/6th-gen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lenovo/thinkpad/x1/6th-gen/default.nix b/lenovo/thinkpad/x1/6th-gen/default.nix
index 4fc8ece..1be069a 100644
--- a/lenovo/thinkpad/x1/6th-gen/default.nix
+++ b/lenovo/thinkpad/x1/6th-gen/default.nix
@@ -7,7 +7,7 @@
{
imports = [
../.
- ../../cpu-throttling.nix
+ ../../cpu-throttling-bug.nix
../../acpi_call.nix
];