infra: merge main branch #218

Merged
b12f merged 11 commits from infra-merge-main into infra 2023-04-24 10:53:15 +00:00
Showing only changes of commit b01c5f9fce - Show all commits

View file

@ -96,7 +96,13 @@ in {
}; };
# Enable bluetooth # 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; services.blueman.enable = mkIf cfg.bluetooth.enable true;
# Enable audio server & client # Enable audio server & client