From 4c48cd18b6da04b939dd4127dcc0c204be0946a8 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 17 Dec 2022 20:19:51 +0100 Subject: [PATCH] services: disable hsphfpd bluetooth --- modules/hardware/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index cde8229..cced9ea 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -7,7 +7,7 @@ { hardware.bluetooth = { enable = true; - hsphfpd.enable = true; # HSP & HFP daemon + hsphfpd.enable = false; # HSP & HFP daemon settings = { General = { Enable = "Source,Sink,Media,Socket";