about summary refs log tree commit diff
path: root/ops/modules/www/status.tvl.su.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/modules/www/status.tvl.su.nix')
-rw-r--r--ops/modules/www/status.tvl.su.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/www/status.tvl.su.nix b/ops/modules/www/status.tvl.su.nix
index 2bb6093c14..7079c60260 100644
--- a/ops/modules/www/status.tvl.su.nix
+++ b/ops/modules/www/status.tvl.su.nix
@@ -18,7 +18,7 @@
       forceSSL = true;
 
       locations."/" = {
-        proxyPass = "http://localhost:${toString config.services.grafana.port}";
+        proxyPass = "http://localhost:${toString config.services.grafana.settings.server.http_port}";
       };
     };
   };