disable bluetooth headset audio profile

flake-conversion
Trolli Schmittlauch 2020-03-10 10:56:09 +01:00
parent 29d9a4ef16
commit b9e18122d8
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ in
# Bluetooth
hardware.bluetooth = {
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;