1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/desktops/pipewire/bluez-monitor.conf.json

37 lines
584 B
JSON
Raw Normal View History

2021-02-25 14:22:40 +00:00
{
"properties": {},
"rules": [
{
"matches": [
{
2021-03-04 22:41:02 +00:00
"device.name": "~bluez_card.*"
2021-02-25 14:22:40 +00:00
}
2021-03-04 22:41:02 +00:00
],
"actions": {
2021-04-06 20:58:49 +01:00
"update-props": {
2021-04-27 08:46:08 +01:00
"bluez5.auto-connect": [
2021-04-06 20:58:49 +01:00
"hfp_hf",
"hsp_hs",
"a2dp_sink"
]
}
2021-03-04 22:41:02 +00:00
}
2021-02-25 14:22:40 +00:00
},
{
"matches": [
{
2021-03-04 22:41:02 +00:00
"node.name": "~bluez_input.*"
2021-02-25 14:22:40 +00:00
},
{
2021-03-04 22:41:02 +00:00
"node.name": "~bluez_output.*"
}
],
"actions": {
"update-props": {
"node.pause-on-idle": false
2021-02-25 14:22:40 +00:00
}
2021-03-04 22:41:02 +00:00
}
2021-02-25 14:22:40 +00:00
}
]
}