diff options
author | tv <tv@krebsco.de> | 2022-12-07 20:31:34 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-07 20:31:43 +0100 |
commit | 4939592fa67b4e07842d96f0beeee2f8eb4baff9 (patch) | |
tree | a5e20f3c6a212a5f9641e8343cb5c7ad44237fe6 /tv/2configs/hw/x220.nix | |
parent | 1796bf491246bc3e728d8b8502cc27c7ea9d06ea (diff) |
tv x220: disable power-profiles-daemon
Diffstat (limited to 'tv/2configs/hw/x220.nix')
-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; |