Commit 24877c0ee00b

Vincent Demeester <vincent@sbr.pm>
2026-06-08 14:03:25
feat(kyushu): disable bluetooth keyboard monitor
Cleared the keyboards list for laptop-keyboard-inhibit so the bluetooth-keyboard-monitor service is no longer created, since it spammed D-Bus with reconnect attempts. USB Moonlander inhibition via udev is retained.
1 parent 07904d3
Changed files (1)
systems
systems/kyushu/extra.nix
@@ -47,7 +47,7 @@ in
   # Auto-disable internal keyboard when Moonlander (USB) is connected
   services.laptop-keyboard-inhibit = {
     enable = true;
-    keyboards = [ "Eyelash Corne" ];
+    keyboards = [ ]; # BT monitor disabled (spams D-Bus on reconnect)
     usbKeyboards = [
       {
         vendor = "3297";