diff options
Diffstat (limited to 'system')
-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"; |