Odin: bluetooth bredr
This commit is contained in:
parent
01c60ffa57
commit
234c7cf2da
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@ in
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.bluez-experimental;
|
package = pkgs.bluez-experimental;
|
||||||
|
settings = {
|
||||||
|
General = {
|
||||||
|
ControllerMode = "bredr";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
cpu.intel.updateMicrocode = true;
|
cpu.intel.updateMicrocode = true;
|
||||||
graphics = {
|
graphics = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue