1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 22:18:32 +02:00

Merge pull request #154 from j0hax/x230-tlp-thresholds

This commit is contained in:
Jörg Thalheim 2020-04-21 11:48:33 +01:00 committed by GitHub
commit 16336614d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,10 @@
services.xserver.deviceSection = lib.mkDefault ''
Option "TearFree" "true"
'';
services.tlp.extraConfig = lib.mkDefault ''
START_CHARGE_THRESH_BAT0=67
STOP_CHARGE_THRESH_BAT0=100
'';
}