tlp: update to new options

This commit is contained in:
Grigory Shipunov 2022-05-29 05:00:18 +02:00
parent 1e72e8acca
commit c179092b11
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -3,8 +3,10 @@
{ {
powerManagement.cpuFreqGovernor = null; powerManagement.cpuFreqGovernor = null;
services.power-profiles-daemon.enable = false; services.power-profiles-daemon.enable = false;
services.tlp.enable = true; services.tlp ={
services.tlp.extraConfig = '' enable = true;
USB_BLACKLIST="1d50:604b 1d50:6089 1d50:cc15 1fc9:000c" settings = {
''; USB_BLACKLIST="1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
};
};
} }