Merge pull request #224369 from K900/fix-grafana-image-renderer

nixos/grafana-image-renderer: fix setting name
This commit is contained in:
K900 2023-04-02 22:13:08 +03:00 committed by GitHub
commit ced4882bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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