diff --git a/hosts/framenix/default.nix b/hosts/framenix/default.nix index de55f87..42740ef 100644 --- a/hosts/framenix/default.nix +++ b/hosts/framenix/default.nix @@ -40,8 +40,6 @@ 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";