add borken as a telegram sink

This commit is contained in:
oxapentane - 2023-05-01 07:10:20 +02:00
parent bb1fcd1fc3
commit 53c68b690b
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 2 deletions

View File

@ -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;
};
}