hardware.bluetooth.settings

NixOS option

Set configuration for system-wide bluetooth (/etc/bluetooth/main.conf). See https://github.com/bluez/bluez/blob/master/src/main.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 = {
    ControllerMode = "bredr";
  };
}
declared in: nixos/modules/services/hardware/bluetooth.nixView source on NixOS/nixpkgs →