ma bluetooth-mpd: remove obsolete comments
This commit is contained in:
parent
2e8dd5027b
commit
78486827c3
|
@ -42,7 +42,6 @@ in {
|
|||
enable = true;
|
||||
# PULSE_SERVER=192.168.1.11 pavucontrol
|
||||
anonymousClients.allowAll = true;
|
||||
# anonymousClients.allowedIpRanges = [ "127.0.0.1" ];
|
||||
};
|
||||
configFile = pkgs.writeText "default.pa" ''
|
||||
load-module module-udev-detect
|
||||
|
@ -56,12 +55,7 @@ in {
|
|||
load-module module-position-event-sounds
|
||||
load-module module-filter-heuristics
|
||||
load-module module-filter-apply
|
||||
# will be enabled by pulseaudio.tcp.enable
|
||||
# load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1
|
||||
load-module module-switch-on-connect
|
||||
# may be required for "system-wide" pulse to connect to bluetooth
|
||||
#module-bluez5-device
|
||||
#module-bluez5-discover
|
||||
'';
|
||||
};
|
||||
# connect via https://nixos.wiki/wiki/Bluetooth#Using_Bluetooth_headsets_with_PulseAudio
|
||||
|
|
Loading…
Reference in a new issue