about summary refs log tree commit diff stats
path: root/hosts/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-13 03:17:35 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-13 03:17:35 +0100
commitabb1c95ba2698833247191300b2943a94a14dc96 (patch)
treecd511ce5634fc1b47bcbd6a2ac08e8c9299c20b6 /hosts/by-name
parentmodules/ly: Init (diff)
downloadnixos-config-abb1c95ba2698833247191300b2943a94a14dc96.zip
modules/ly: Don't enable for the nixos_shell
Diffstat (limited to 'hosts/by-name')
-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 479d7e50..e238882d 100644
--- a/hosts/by-name/apzu/configuration.nix
+++ b/hosts/by-name/apzu/configuration.nix
@@ -25,6 +25,7 @@
     ];
 
     programs = {
+      ly.batteryName = "BAT0";
       river.init = {
         mappings = {
           layout = "dvorak-modified";
@@ -43,7 +44,6 @@
     services = {
       unison.foreign.address = "tiamat.fritz.box";
       upower.enable = true;
-      ly.batteryName = "BAT0";
     };
 
     nixpkgs = {