Bluetooth: additional config options
This commit is contained in:
parent
5bfc4f5785
commit
976514bebc
|
@ -29,6 +29,11 @@ in
|
||||||
Enable = "Source,Sink,Media,Socket";
|
Enable = "Source,Sink,Media,Socket";
|
||||||
Experimental = true;
|
Experimental = true;
|
||||||
KernelExperimental = true;
|
KernelExperimental = true;
|
||||||
|
|
||||||
|
# Additional options based on:
|
||||||
|
# https://www.reddit.com/r/NixOS/comments/1hdsfz0/what_do_i_have_to_do_to_make_my_xbox_controller/
|
||||||
|
JustWorksRepairing = "always";
|
||||||
|
FastConnectable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue