wrongly spelled option

This commit is contained in:
Tassilo - 2022-12-19 12:21:45 +01:00
parent bba3f15042
commit 214475f181
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -109,7 +109,7 @@
locations."/" = let
cfg = config.services.grafana;
in {
proxyPass = "http://${cfg.settings.settings.http_addr}:${toString cfg.settings.server.http_port}";
proxyPass = "http://${cfg.settings.server.http_addr}:${toString cfg.settings.server.http_port}";
proxyWebsockets = true;
};
};