remove staging connection from traffic-stop-box

This commit is contained in:
oxapentane - 2022-08-31 16:28:48 +02:00
parent e79956a71f
commit cb493b4f82
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

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