switch to new bluetooth config

This commit is contained in:
Felix Schröter 2019-12-12 15:37:07 +01:00 committed by Felix Schröter
parent ddc95b1fa5
commit 682e7bc34d

View file

@ -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;