From 2ff5b5e0574a07a805ca3744010371fe518dfba2 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 8 Jan 2026 22:43:30 +0100 Subject: [PATCH] Revert "framenix: disable battery charge limit" This reverts commit 4b67743bb56b5055c9ed78cc961d27225304f169. --- hosts/framenix/default.nix | 2 -- 1 file changed, 2 deletions(-) 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";