diff --git a/.vscode/settings.json b/.vscode/settings.json index 8359b83..ae23e4e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -26,6 +26,7 @@ "bitwarden", "blkdiscard", "breakpad", + "bredr", "btop", "cachix", "canmount", diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 5ade601..c7e91a2 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -28,6 +28,7 @@ bluetooth = { enable = true; powerOnBoot = true; + settings.General.ControllerMode = "bredr"; }; firmware = [ pkgs.sof-firmware ]; };