mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-05 02:29:40 +01:00
Merge pull request #154 from j0hax/x230-tlp-thresholds
This commit is contained in:
commit
16336614d3
1 changed files with 6 additions and 0 deletions
|
@ -16,4 +16,10 @@
|
||||||
services.xserver.deviceSection = lib.mkDefault ''
|
services.xserver.deviceSection = lib.mkDefault ''
|
||||||
Option "TearFree" "true"
|
Option "TearFree" "true"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
services.tlp.extraConfig = lib.mkDefault ''
|
||||||
|
START_CHARGE_THRESH_BAT0=67
|
||||||
|
STOP_CHARGE_THRESH_BAT0=100
|
||||||
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue