summaryrefslogtreecommitdiffstats
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
commit99b30bf0b6a0510df91a06de747b09f9d7d763fe (patch)
tree1e9878151c453b885b6a3836c8283714cc918fd4
parentfa7712252bc1bf56f6a5370dc824815a140a8607 (diff)
tv x220: disable power-profiles-daemon
-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 25e2eff..c3ec7b4 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;