hardware.bluetooth.input

Set configuration for the input service (/etc/bluetooth/input.conf). See https://github.com/bluez/bluez/blob/master/profiles/input/input.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 = {
    ClassicBondedOnly = true;
    IdleTimeout = 30;
  };
}
Declared
<nixpkgs/nixos/modules/services/hardware/bluetooth.nix>