diff --git a/modules/features/desktop/bluetooth.nix b/modules/features/desktop/bluetooth.nix index d18b5b1..641a881 100644 --- a/modules/features/desktop/bluetooth.nix +++ b/modules/features/desktop/bluetooth.nix @@ -11,6 +11,16 @@ enable = lib.mkForce true; powerOnBoot = true; }; + hardware.bluetooth.settings = { + Input = { + # This allows the BLE handshake to bypass classic security checks + ClassicBondedOnly = false; + }; + General = { + # Helps with the "AuthenticationCanceled" error + JustWorksRepairing = "always"; + }; + }; services.upower = { enable = true;