From 5474360f59cbfa149612ca7b6a47cd0d921b6400 Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sun, 3 May 2026 16:50:22 -0400 Subject: [PATCH] Update bluetooth config --- modules/features/desktop/bluetooth.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;