3
0
Fork 0
forked from mirrors/nixpkgs

grafana_reporter: Fix library function name

This commit is contained in:
Alberto Berti 2019-04-27 19:08:05 +02:00
parent 028119189d
commit 47f62b4821

View file

@ -52,7 +52,7 @@ in {
wantedBy = ["multi-user.target"];
after = ["network.target"];
serviceConfig = let
args = lib.concatSepString " " [
args = lib.concatStringsSep " " [
"-proto ${cfg.grafana.protocol}://"
"-ip ${cfg.grafana.addr}:${toString cfg.grafana.port}"
"-port :${toString cfg.port}"