bluetooth: removed deprecated settings

This commit is contained in:
Serĉanto de Scio 2022-01-14 08:26:32 +10:00
parent 60b74fe49c
commit 963e1f8c46
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -194,13 +194,7 @@
bluetooth = { bluetooth = {
enable = true; enable = true;
hsphfpd.enable = true; hsphfpd.enable = true;
settings = { settings = { Policy = { AutoEnable = "true"; }; };
General = {
Enable = "Source,Sink,Media,Socket";
NoPlugin = "sap";
};
Policy = { AutoEnable = "true"; };
};
}; };
opengl.enable = true; opengl.enable = true;
}; };