diff options
| -rw-r--r-- | tv/2configs/hw/x220.nix | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 25e2effbd..c3ec7b40e 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -61,6 +61,9 @@ in      emulateWheel = true;    }; +  # Conflicts with TLP, but gets enabled by DEs. +  services.power-profiles-daemon.enable = false; +    services.tlp.enable = true;    services.tlp.settings = {      START_CHARGE_THRESH_BAT0 = 80; | 
