This commit is contained in:
parent
250eea0c18
commit
41c4dc36c8
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ in {
|
|||
environment.etc = builtins.listToAttrs (map (
|
||||
name: {
|
||||
name = "grafana-dashboards/" + name;
|
||||
value = {source = dashboardsDir + "/" + name;};
|
||||
value = {source = dashboardsDir + ("/" + name);};
|
||||
}
|
||||
)
|
||||
dashboardFiles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue