Odin: bluetooth bredr

This commit is contained in:
Filippo Berto 2025-03-18 21:29:45 +01:00
parent 01c60ffa57
commit 234c7cf2da
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -23,6 +23,11 @@ in
bluetooth = {
enable = true;
package = pkgs.bluez-experimental;
settings = {
General = {
ControllerMode = "bredr";
};
};
};
cpu.intel.updateMicrocode = true;
graphics = {