aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/by-name/apzu
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-09-04 18:37:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-09-04 18:39:44 +0200
commitcf0c788e29dca22c9615a2bd9a1153a454b60161 (patch)
tree6ac6c019d48bc4971cc21868801b7958d50331b9 /hosts/by-name/apzu
parenthosts/apzu: Disable power management via tlp (diff)
downloadnixos-config-cf0c788e29dca22c9615a2bd9a1153a454b60161.zip
hosts/apzu: Enable power saving again (but this time with tuned)HEADprime
Diffstat (limited to 'hosts/by-name/apzu')
-rw-r--r--hosts/by-name/apzu/configuration.nix2
1 files changed, 1 insertions, 1 deletions
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;