mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
Disable hsphfpd bluetooth
This commit is contained in:
parent
262576d0ce
commit
84391eb797
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.hsphfpd.enable = true;
|
hardware.bluetooth.hsphfpd.enable = false; # Conflicts with wireplumber
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue