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