Commit edbd2e489a25
Changed files (1)
systems
common
hardware
systems/common/hardware/bluetooth.nix
@@ -7,10 +7,14 @@
hardware.bluetooth = {
enable = true;
package = pkgs.bluez;
+ powerOnBoot = true;
settings = {
General = {
Experimental = true;
KernelExperimental = true;
+ # Auto-accept pairing for input devices (e.g., ZMK keyboards)
+ # that have no display or input for PIN confirmation
+ JustWorksRepairing = "always";
};
};
};