nixpkgs-fmt
This commit is contained in:
parent
3924624e75
commit
f422ad701c
11 changed files with 61 additions and 32 deletions
|
@ -3,10 +3,10 @@
|
|||
{
|
||||
powerManagement.cpuFreqGovernor = null;
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.tlp ={
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
USB_BLACKLIST="1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
|
||||
USB_BLACKLIST = "1d50:604b 1d50:6089 1d50:cc15 1fc9:000c";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue