add staging server as target for data

This commit is contained in:
Tassilo - 2022-05-15 17:21:36 +02:00
parent 54128df01a
commit 9c3f89d6c0
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -38,7 +38,7 @@ in
enable = true;
wantedBy = [ "multi-user.target" ];
script = "exec ${pkgs.telegram-decoder}/bin/telegram-decode --config ${file} --server http://10.13.37.1:8080 &";
script = "exec ${pkgs.telegram-decoder}/bin/telegram-decode --config ${file} --server http://10.13.37.1:8080 http://10.13.37.5:8080 &";
serviceConfig = {
Type = "forking";