bluetooth: removed deprecated settings
This commit is contained in:
parent
60b74fe49c
commit
963e1f8c46
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue