Update Work laptop bluetooth config to new syntax

This commit is contained in:
Paul-Henri Froidmont 2021-02-25 00:40:08 +01:00
parent ea1b9c6303
commit 34c6bfbb14

View file

@ -39,10 +39,11 @@
hardware.bluetooth = {
enable = true;
# Enable A2DP Sink
extraConfig = "
[General]
Enable=Source,Sink,Media,Socket
";
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
};
hardware.pulseaudio = {
enable = true;