tlp: update to new options
This commit is contained in:
parent
1e72e8acca
commit
c179092b11
1 changed files with 6 additions and 4 deletions
|
@ -3,8 +3,10 @@
|
|||
{
|
||||
powerManagement.cpuFreqGovernor = null;
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.tlp.enable = true;
|
||||
services.tlp.extraConfig = ''
|
||||
USB_BLACKLIST="1d50:604b 1d50:6089 1d50:cc15 1fc9:000c"
|
||||
'';
|
||||
services.tlp ={
|
||||
enable = true;
|
||||
settings = {
|
||||
USB_BLACKLIST="1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue