mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
hardware(callisto): charge limit to 90%
This commit is contained in:
parent
e103b5d179
commit
dc656284d3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="cpu_dma_latency", GROUP="realtime"
|
||||
KERNEL=="macsmc-battery", SUBSYSTEM=="power_supply", ATTR{charge_control_end_threshold}="80", ATTR{charge_control_start_threshold}="70"
|
||||
KERNEL=="macsmc-battery", SUBSYSTEM=="power_supply", ATTR{charge_control_end_threshold}="90", ATTR{charge_control_start_threshold}="80"
|
||||
'';
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
Loading…
Reference in a new issue