disable bluetooth headset audio profile

This commit is contained in:
Trolli Schmittlauch 2020-03-10 10:56:09 +01:00
parent 29d9a4ef16
commit b9e18122d8

View file

@ -147,8 +147,7 @@ in
# Bluetooth # Bluetooth
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
# Todo: only works in 20.03 config.General.Disable = "Headset"; # disable headset profile
#config.General.Disable = "Headset"; # disable headset profile
}; };
hardware.pulseaudio.package = pkgs.pulseaudioFull; hardware.pulseaudio.package = pkgs.pulseaudioFull;