about summary refs log tree commit diff
path: root/profiles/monitoring
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/monitoring')
-rw-r--r--profiles/monitoring/loki.nix2
1 files changed, 1 insertions, 1 deletions
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}";
     };
   };
 }