Bluetooth: Difference between revisions

Qweered (talk | contribs)
m better link
m Enabling A2DP Sink: Added ellipses to match other code blocks
 
Line 103: Line 103:


<syntaxhighlight lang="nix">{
<syntaxhighlight lang="nix">{
...
   hardware.bluetooth.settings = {
   hardware.bluetooth.settings = {
     General = {
     General = {
Line 108: Line 109:
     };
     };
   };
   };
...
}</syntaxhighlight>
}</syntaxhighlight>
This configuration may be unnecessary and does not work with bluez5 (<tt>Unknown key Enable for group General</tt> ).
This configuration may be unnecessary and does not work with bluez5 (<tt>Unknown key Enable for group General</tt> ).