Revert "remove staging connection from traffic-stop-box"

This reverts commit cb493b4f82.
This commit is contained in:
Markus Schmidl 2022-09-01 16:22:58 +02:00
parent e68ccc09b8
commit 074829dcdf

View File

@ -24,7 +24,7 @@ in
};
dump-dvb.telegramDecoder = {
enable = true;
server = [ "http://10.13.37.1:8080" ];
server = [ "http://10.13.37.1:8080" "http://10.13.37.5:8080" ];
configFile = file;
authTokenFile = config.sops.secrets.telegram-decoder-token.path;
};