diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-19 23:17:17 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-19 23:17:17 +0200 |
| commit | 1d5b9d97fdc0fa334bc2d6aedfc5fb050c31c0c7 (patch) | |
| tree | 06ad19cdcda4123b3b136a6c434ab89bba0c7e72 /hosts | |
| parent | treewide: Switch to bare unflake (diff) | |
| download | nixos-config-1d5b9d97fdc0fa334bc2d6aedfc5fb050c31c0c7.zip | |
{modules/common,hosts/apzu}: Only enable power management for apzu
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/by-name/apzu/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix index e238882d..7d24c4f9 100644 --- a/hosts/by-name/apzu/configuration.nix +++ b/hosts/by-name/apzu/configuration.nix @@ -24,6 +24,8 @@ "/var/log" ]; + power.enable = true; + programs = { ly.batteryName = "BAT0"; river.init = { |
