audio: disable useless bluetooth sap plugin

This commit is contained in:
teutat3s 2023-03-27 10:38:24 +02:00
parent c11c8ac938
commit 06f8062fd0
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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