summaryrefslogtreecommitdiffstats
path: root/dell
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-10-21 14:52:29 +0100
committerGitHub <noreply@github.com>2019-10-21 14:52:29 +0100
commit1ea7efa2628623f87ca945a56274d096faac3dc8 (patch)
tree570037970903307339c73362bba09b3de86d57c0 /dell
parented0d3cc198557b9260295aa8a384dd5080706aee (diff)
parent2bf94227c1efbf47e99f55dacd799fffe87207e8 (diff)
Merge pull request #115 from michaelpj/imp/throttled
Replace ad hoc throttling fix with throttled
Diffstat (limited to 'dell')
-rw-r--r--dell/xps/13-9370/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/dell/xps/13-9370/default.nix b/dell/xps/13-9370/default.nix
index cd53acd..609aebf 100644
--- a/dell/xps/13-9370/default.nix
+++ b/dell/xps/13-9370/default.nix
@@ -5,7 +5,6 @@
../../../common/cpu/intel/kaby-lake
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
- ../../../common/pc/laptop/cpu-throttling-bug.nix
];
# Force S3 sleep mode. See README.wiki for details.
@@ -13,4 +12,6 @@
# touchpad goes over i2c
boot.blacklistedKernelModules = [ "psmouse" ];
+
+ services.throttled.enable = lib.mkDefault true;
}