diff --git a/hosts/pluto/services/grafana.nix b/hosts/pluto/services/grafana.nix index 3ab62f9..a6e5a7e 100644 --- a/hosts/pluto/services/grafana.nix +++ b/hosts/pluto/services/grafana.nix @@ -9,7 +9,7 @@ provision = { enable = true; - datasources = [ + datasources.settings.datasources = [ { name = "Prometheus"; type = "prometheus"; @@ -168,6 +168,7 @@ enableACME = true; locations."/" = { proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}"; + recommendedProxySettings = true; proxyWebsockets = true; }; };