diff options
author | lassulus <lassulus@lassul.us> | 2022-12-08 13:11:27 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-12-08 13:11:27 +0100 |
commit | d7341bbff6b0b866aa5d8bc9b248e8468fba5952 (patch) | |
tree | 5833484e2ebf219ed06e66b40cdc3c626e4db73c /tv/2configs/hw/x220.nix | |
parent | ac32440c0b41a3c7dc67ab7dc8d3306ab7fae091 (diff) | |
parent | f8fdd76e7195d4a4f0117f7e64032075bb01a98e (diff) |
Merge remote-tracking branch 'ni/master'
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; |