Update bluetooth config

This commit is contained in:
gwg313 2026-05-03 16:50:22 -04:00
parent 2afb5fecbb
commit 5474360f59
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -11,6 +11,16 @@
enable = lib.mkForce true; enable = lib.mkForce true;
powerOnBoot = 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 = { services.upower = {
enable = true; enable = true;