diff options
author | Alan Pearce | 2019-11-13 16:43:00 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-13 16:43:00 +0100 |
commit | 83a6295c5104ded6348eb8e2a3310c154c7a6f48 (patch) | |
tree | f698a88aa125839ee3daa2cd424624dfdf99453e | |
parent | 7c072db7042204c98a7122d8bce6705056824e13 (diff) | |
download | nixfiles-83a6295c5104ded6348eb8e2a3310c154c7a6f48.tar.lz nixfiles-83a6295c5104ded6348eb8e2a3310c154c7a6f48.tar.zst nixfiles-83a6295c5104ded6348eb8e2a3310c154c7a6f48.zip |
satoshipad: update CPU throttling fix
-rw-r--r-- | system/satoshipad.nix | 3 |
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"; |