about summary refs log tree commit diff
path: root/modules/nixos-hardware/dell/xps/13-9370/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos-hardware/dell/xps/13-9370/default.nix')
-rw-r--r--modules/nixos-hardware/dell/xps/13-9370/default.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/nixos-hardware/dell/xps/13-9370/default.nix b/modules/nixos-hardware/dell/xps/13-9370/default.nix
index cd53acd02fc0..dbe852f0c27f 100644
--- a/modules/nixos-hardware/dell/xps/13-9370/default.nix
+++ b/modules/nixos-hardware/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,9 @@
 
   # touchpad goes over i2c
   boot.blacklistedKernelModules = [ "psmouse" ];
+
+  services.throttled.enable = lib.mkDefault true;
+
+  # This will save you money and possibly your life!
+  services.thermald.enable = true;
 }