summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-03-15 02:05:37 +0100
committertv <tv@krebsco.de>2021-03-15 02:05:37 +0100
commitf956b05cf1fbafd022fe2f0199e9524cd6efbe85 (patch)
treefdb635856ce2812b40705ea75c6846e03077d27e /tv
parent2251d5cb566224f7102fcf7e77c2c2c81088a0c5 (diff)
tv pulse: add au sink
Diffstat (limited to 'tv')
-rw-r--r--tv/2configs/pulse.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/tv/2configs/pulse.nix b/tv/2configs/pulse.nix
index ea397015..79c31e9e 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