From 53c68b690b5b36156264fcea12e99b7d77b9c902 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 1 May 2023 07:10:20 +0200 Subject: [PATCH] add borken as a telegram sink --- modules/traffic-stop-box/radio-config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/traffic-stop-box/radio-config.nix b/modules/traffic-stop-box/radio-config.nix index 1dff201..29a9255 100644 --- a/modules/traffic-stop-box/radio-config.nix +++ b/modules/traffic-stop-box/radio-config.nix @@ -30,9 +30,8 @@ in }; TLMS.telegramDecoder = { enable = true; - server = [ "http://10.13.37.1:8080" "http://10.13.37.5:8080" ]; + server = [ "http://10.13.37.1:8080" "http://10.13.37.5:8080" "http://10.13.37.7:8080" ]; configFile = file; authTokenFile = config.sops.secrets.telegram-decoder-token.path; }; } -