mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
grafana_reporter: Fix library function name
This commit is contained in:
parent
028119189d
commit
47f62b4821
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue