Update bluetooth config
This commit is contained in:
parent
2afb5fecbb
commit
5474360f59
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue