hardware.bluetooth.network

NixOS option

Set configuration for the network service (/etc/bluetooth/network.conf). See https://github.com/bluez/bluez/blob/master/profiles/network/network.conf for full list of options.

type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  General = {
    DisableSecurity = true;
  };
}
declared in: nixos/modules/services/hardware/bluetooth.nixView source on NixOS/nixpkgs →