mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-07 17:41:07 +01:00
replace tlp with power-profiles-daemon
TLP is often no longer the best choice since firmware provides power profiles instead. That's why we are removing TLP as the default option. We may want to bring back TLP to some old hardware if it makes sense i.e. certain thinkpad modules.
This commit is contained in:
parent
f49bb3b410
commit
d2c87a8e19
10 changed files with 5 additions and 44 deletions
|
|
@ -110,9 +110,6 @@ in
|
|||
kernelParams = mkDefault [ "mem_sleep_default=deep" ];
|
||||
};
|
||||
|
||||
# NOTE: Check the README before enabling TLP:
|
||||
services.tlp.enable = mkDefault false;
|
||||
|
||||
# Needed for wifi firmware, see https://github.com/NixOS/nixos-hardware/issues/364
|
||||
hardware = {
|
||||
enableRedistributableFirmware = mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue