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:
Jörg Thalheim
2025-05-11 09:56:29 +02:00
parent f49bb3b410
commit d2c87a8e19
10 changed files with 5 additions and 44 deletions

View File

@@ -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;