diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-04 18:37:28 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-04 18:39:44 +0200 |
| commit | cf0c788e29dca22c9615a2bd9a1153a454b60161 (patch) | |
| tree | 6ac6c019d48bc4971cc21868801b7958d50331b9 /hosts | |
| parent | hosts/apzu: Disable power management via tlp (diff) | |
| download | nixos-config-cf0c788e29dca22c9615a2bd9a1153a454b60161.zip | |
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/by-name/apzu/configuration.nix | 2 |
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; |
