nixfiles/profiles/sound/pulseaudio/pulse-recv-rtp.nix

8 lines
143 B
Nix
Raw Normal View History

2022-01-25 12:15:56 +00:00
{ ... }: {
hardware.pulseaudio = {
extraConfig = ''
load-module module-rtp-recv latency_msec=50 sap_address=0.0.0.0
'';
};
}