fixup! disable bluetooth headset audio profile
disabling headset profile only works in unstable
This commit is contained in:
parent
6f0a899f7e
commit
fb11f3600e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue