diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-04 17:40:26 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-09-04 17:40:26 +0200 |
| commit | ebf4831444c0bd5b3c8c3ddb0bb88f56f2095009 (patch) | |
| tree | f97e898dc7547fdc379d16dc15b15d341e535138 /hosts/by-name/apzu/configuration.nix | |
| parent | modules/direnv/landrun-fish: Add missing paths to the allowlist (diff) | |
| download | nixos-config-ebf4831444c0bd5b3c8c3ddb0bb88f56f2095009.zip | |
hosts/apzu: Disable power management via tlp
I _think_ that this just turns my Wi-Fi off from time to time.
Diffstat (limited to '')
| -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 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; |
