init
This commit is contained in:
commit
a953246971
17 changed files with 795 additions and 0 deletions
10
modules/tlp.nix
Normal file
10
modules/tlp.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
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"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue