MyNixOS website logo
option

hardware.bluetooth.network

Set configuration for the network service (/etc/bluetooth/network.conf).

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  General = {
    DisableSecurity = true;
  };
}