blob: 02651105efdd86f650e21d49521b5ee7ee59b6a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{ ... }:
{
powerManagement.cpuFreqGovernor = null;
services.power-profiles-daemon.enable = false;
services.tlp = {
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";
WIFI_PWR_ON_BAT = "off";
};
};
}
|