nixos/grafana-image-renderer: fix setting name
This commit is contained in:
parent
28106320fe
commit
8f172ed10a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ in {
|
|||
];
|
||||
|
||||
services.grafana.settings.rendering = mkIf cfg.provisionGrafana {
|
||||
url = "http://localhost:${toString cfg.settings.service.port}/render";
|
||||
server_url = "http://localhost:${toString cfg.settings.service.port}/render";
|
||||
callback_url = "http://localhost:${toString config.services.grafana.settings.server.http_port}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue