audio: disable useless bluetooth sap plugin #208

Merged
teutat3s merged 1 commit from audio/disable-bluetooth-sap-plugin into main 2023-04-15 17:01:56 +00:00

View file

@ -96,7 +96,13 @@ in {
};
# Enable bluetooth
hardware.bluetooth.enable = mkIf cfg.bluetooth.enable true;
hardware.bluetooth = mkIf cfg.bluetooth.enable {
enable = true;
# disable useless SIM Access Profile plugin
disabledPlugins = [
"sap"
];
};
services.blueman.enable = mkIf cfg.bluetooth.enable true;
# Enable audio server & client