summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-12-07 20:31:34 +0100
committertv <tv@krebsco.de>2022-12-07 20:31:43 +0100
commit4939592fa67b4e07842d96f0beeee2f8eb4baff9 (patch)
treea5e20f3c6a212a5f9641e8343cb5c7ad44237fe6 /tv/2configs
parent1796bf491246bc3e728d8b8502cc27c7ea9d06ea (diff)
tv x220: disable power-profiles-daemon
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/hw/x220.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix
index 25e2effb..c3ec7b40 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;