hinata: add bluetooth
This commit is contained in:
parent
0b3ff15688
commit
7d2dfbed5c
1 changed files with 17 additions and 0 deletions
|
@ -91,6 +91,23 @@ in
|
|||
});
|
||||
};
|
||||
|
||||
# Support bluetooth.
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
|
||||
settings = {
|
||||
General = {
|
||||
|
||||
# Support A2DP.
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
|
||||
# Enable experimental featurees, like reading device battery levels.
|
||||
Experimental = true;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
#
|
||||
# Hardware config.
|
||||
|
|
Loading…
Add table
Reference in a new issue