mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 03:56:09 +01:00
Change TLP charge thresholds
This commit is contained in:
parent
e58c64a03c
commit
76f681355c
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…
Add table
Add a link
Reference in a new issue