framenix: disable battery charge limit
This commit is contained in:
parent
aa9e1a2841
commit
4b67743bb5
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ in
|
||||||
# at boot by default, limit charging capacity to protect battery.
|
# at boot by default, limit charging capacity to protect battery.
|
||||||
# Hopefully there's gonna be a standard interface to control this from the desktop at some point.
|
# Hopefully there's gonna be a standard interface to control this from the desktop at some point.
|
||||||
systemd.services.battery-charge-limit = {
|
systemd.services.battery-charge-limit = {
|
||||||
|
# XXX: temporarily disable during travel
|
||||||
|
enable = false;
|
||||||
wantedBy = [ "basic.target" ];
|
wantedBy = [ "basic.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue