nixos/grafana-image-renderer: fix setting name

This commit is contained in:
K900 2023-04-02 16:48:36 +03:00
parent 28106320fe
commit 8f172ed10a

View File

@ -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}";
};