mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
adbeb1a5d6
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).
10 lines
181 B
Nix
10 lines
181 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../.
|
|
../../../../common/pc/laptop/acpi_call.nix
|
|
../../../../common/pc/laptop/ssd
|
|
];
|
|
|
|
services.throttled.enable = lib.mkDefault true;
|
|
}
|