switch to new bluetooth config
This commit is contained in:
parent
ddc95b1fa5
commit
682e7bc34d
|
@ -15,10 +15,11 @@
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.extraConfig = "
|
hardware.bluetooth.config = {
|
||||||
[General]
|
General = {
|
||||||
Enable=Source,Sink,Media,Socket
|
Enable = "Source,Sink,Media,Socket";
|
||||||
";
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Sound.
|
# Sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue