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"]; wantedBy = ["multi-user.target"];
after = ["network.target"]; after = ["network.target"];
serviceConfig = let serviceConfig = let
args = lib.concatSepString " " [ args = lib.concatStringsSep " " [
"-proto ${cfg.grafana.protocol}://" "-proto ${cfg.grafana.protocol}://"
"-ip ${cfg.grafana.addr}:${toString cfg.grafana.port}" "-ip ${cfg.grafana.addr}:${toString cfg.grafana.port}"
"-port :${toString cfg.port}" "-port :${toString cfg.port}"