about summary refs log tree commit diff
path: root/profiles/monitoring/loki.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-12 15:37:33 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-12 15:37:33 -0700
commita9bb14c7281c90dd8cddebcc656861c6f61d8837 (patch)
treebac18f9abecc8739cfe2f8b0e3aef265258c59a6 /profiles/monitoring/loki.nix
parentprofiles/nginx: set the default port to 8080 (diff)
downloadworld-a9bb14c7281c90dd8cddebcc656861c6f61d8837.tar.gz
profiles/monitoring: a bunch of fixes
Diffstat (limited to 'profiles/monitoring/loki.nix')
-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}";
     };
   };
 }