diff options
author | tv <tv@krebsco.de> | 2021-03-15 02:05:37 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-03-15 02:05:37 +0100 |
commit | f956b05cf1fbafd022fe2f0199e9524cd6efbe85 (patch) | |
tree | fdb635856ce2812b40705ea75c6846e03077d27e /tv/2configs/pulse.nix | |
parent | 2251d5cb566224f7102fcf7e77c2c2c81088a0c5 (diff) |
tv pulse: add au sink
Diffstat (limited to 'tv/2configs/pulse.nix')
-rw-r--r-- | tv/2configs/pulse.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix index ea3970152..79c31e9ec 100644 --- a/tv/2configs/pulse.nix +++ b/tv/2configs/pulse.nix @@ -43,6 +43,21 @@ let "auth-anonymous=1" "socket=${runDir}/socket" ]} + ${lib.optionalString (config.krebs.build.host.name == "au") '' + load-module ${toString [ + "module-native-protocol-tcp" + "auth-ip-acl=127.0.0.1;10.23.1.0/24" + ]} + ''} + ${lib.optionalString (config.krebs.build.host.name != "au") '' + load-module ${toString [ + "module-tunnel-sink-new" + "server=au.hkw" + "sink_name=au" + "channels=2" + "rate=44100" + ]} + ''} ''; in |