summary refs log tree commit diff stats
path: root/system/satoshipad.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-11-13 16:43:00 +0100
committerAlan Pearce2019-11-13 16:43:00 +0100
commit83a6295c5104ded6348eb8e2a3310c154c7a6f48 (patch)
treef698a88aa125839ee3daa2cd424624dfdf99453e /system/satoshipad.nix
parent7c072db7042204c98a7122d8bce6705056824e13 (diff)
downloadnixfiles-83a6295c5104ded6348eb8e2a3310c154c7a6f48.tar.lz
nixfiles-83a6295c5104ded6348eb8e2a3310c154c7a6f48.tar.zst
nixfiles-83a6295c5104ded6348eb8e2a3310c154c7a6f48.zip
satoshipad: update CPU throttling fix
Diffstat (limited to 'system/satoshipad.nix')
-rw-r--r--system/satoshipad.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/satoshipad.nix b/system/satoshipad.nix
index d7efce38..ecd02846 100644
--- a/system/satoshipad.nix
+++ b/system/satoshipad.nix
@@ -6,7 +6,6 @@
     ./private/default.nix
 
     <nixos-hardware/lenovo/thinkpad/t470s>
-    <nixos-hardware/common/pc/laptop/cpu-throttling-bug.nix>
     <nixos-hardware/common/pc/ssd>
     <nixos-hardware/common/cpu/intel/kaby-lake>
     ./settings/machines/t470s.nix
@@ -32,6 +31,8 @@
     ./settings/satoshipay.nix
   ];
 
+  services.throttled.enable = true;
+
   boot.initrd.luks.devices = [
     {
       name = "root";