MyNixOS website logo
option

hardware.bluetooth.input

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

Declarations
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;
  };
}