diff --git a/lenovo/thinkpad/x1/7th-gen/default.nix b/lenovo/thinkpad/x1/7th-gen/default.nix index c886002..1547e05 100644 --- a/lenovo/thinkpad/x1/7th-gen/default.nix +++ b/lenovo/thinkpad/x1/7th-gen/default.nix @@ -1,7 +1,10 @@ +{ lib, ... }: { imports = [ ../. ../../../../common/pc/laptop/acpi_call.nix ../../../../common/pc/laptop/ssd ]; + + services.throttled.enable = lib.mkDefault true; }