framenix: disable battery charge limit

This commit is contained in:
Trolli Schmittlauch 2025-12-25 18:54:28 +01:00
parent aa9e1a2841
commit 4b67743bb5

View file

@ -40,6 +40,8 @@ in
# 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.
systemd.services.battery-charge-limit = {
# XXX: temporarily disable during travel
enable = false;
wantedBy = [ "basic.target" ];
serviceConfig = {
Type = "oneshot";