Enable `throttled` for Thinkpad X1 gen 7 too

Even if this device is currently not mentioned upstream between the
devices that need this I stressed my machine (using `s-tui`) with and
without and I can confirm that it incremented the average CPU frequency
during the stress test (from 1.8/2GHz to around 3GHz).
This commit is contained in:
Andrea Ciceri 2022-08-17 14:50:42 +02:00
parent 2284621815
commit adbeb1a5d6
No known key found for this signature in database
GPG Key ID: A1FC89532D1C5654
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
{ lib, ... }:
{
imports = [
../.
../../../../common/pc/laptop/acpi_call.nix
../../../../common/pc/laptop/ssd
];
services.throttled.enable = lib.mkDefault true;
}