From ebf4831444c0bd5b3c8c3ddb0bb88f56f2095009 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Sep 2026 17:40:26 +0200 Subject: hosts/apzu: Disable power management via tlp I _think_ that this just turns my Wi-Fi off from time to time. --- hosts/by-name/apzu/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index 9e5d97f0..62e939e8 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -24,7 +24,7 @@ "/var/log" ]; - power.enable = true; + power.enable = false; programs = { starship.showBattery = true; -- cgit v1.3.1