diff --git a/hosts/framenix/default.nix b/hosts/framenix/default.nix index 3a31a19..d007dc6 100644 --- a/hosts/framenix/default.nix +++ b/hosts/framenix/default.nix @@ -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";