bluetooth: removed deprecated settings
This commit is contained in:
parent
60b74fe49c
commit
963e1f8c46
|
@ -194,13 +194,7 @@
|
|||
bluetooth = {
|
||||
enable = true;
|
||||
hsphfpd.enable = true;
|
||||
settings = {
|
||||
General = {
|
||||
Enable = "Source,Sink,Media,Socket";
|
||||
NoPlugin = "sap";
|
||||
};
|
||||
Policy = { AutoEnable = "true"; };
|
||||
};
|
||||
settings = { Policy = { AutoEnable = "true"; }; };
|
||||
};
|
||||
opengl.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue