From cf0c788e29dca22c9615a2bd9a1153a454b60161 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Sep 2026 18:37:28 +0200 Subject: hosts/apzu: Enable power saving again (but this time with tuned) --- hosts/by-name/apzu/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/by-name') diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index 62e939e8..9e5d97f0 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -24,7 +24,7 @@ "/var/log" ]; - power.enable = false; + power.enable = true; programs = { starship.showBattery = true; -- cgit v1.3.1