diff options
| author | Grigory Shipunov | 2022-07-18 01:05:56 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-18 01:05:56 +0200 |
| commit | 1f8a3ff581a5733b2c04178a3db28c3dd43d2a16 (patch) | |
| tree | 2e74e8a91686267bcd5f7229520460f0d3d03e1c /modules/tlp.nix | |
| parent | 0c2ed07ce57c93bf247acb903b260d5786e39e6e (diff) | |
use performance scaling on ac
Diffstat (limited to 'modules/tlp.nix')
| -rw-r--r-- | modules/tlp.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/tlp.nix b/modules/tlp.nix index 2a498ab..b9753a4 100644 --- a/modules/tlp.nix +++ b/modules/tlp.nix @@ -7,6 +7,8 @@ enable = true; settings = { USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c"; + CPU_SCALING_GOVERNOR_ON_AC = "performance"; + CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; }; }; } |
