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