fixup! disable bluetooth headset audio profile

disabling headset profile only works in unstable
flake-conversion
Trolli Schmittlauch 2020-02-16 22:11:05 +01:00
parent 6f0a899f7e
commit fb11f3600e
1 changed files with 2 additions and 1 deletions

View File

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