From a9bb14c7281c90dd8cddebcc656861c6f61d8837 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 May 2023 15:37:33 -0700 Subject: profiles/monitoring: a bunch of fixes --- profiles/monitoring/loki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/monitoring') diff --git a/profiles/monitoring/loki.nix b/profiles/monitoring/loki.nix index 012b986..4b31bb4 100644 --- a/profiles/monitoring/loki.nix +++ b/profiles/monitoring/loki.nix @@ -96,7 +96,7 @@ } ]; locations."/" = { - proxyPass = "http://127.0.0.1:${toString services.loki.configuration.server.http_listen_port}"; + proxyPass = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}"; }; }; } -- cgit 1.4.1