about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/system/system/machines/mugwump.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/system/machines/mugwump.nix b/users/grfn/system/system/machines/mugwump.nix
index e52576a6cc..f5b3176ca2 100644
--- a/users/grfn/system/system/machines/mugwump.nix
+++ b/users/grfn/system/system/machines/mugwump.nix
@@ -145,7 +145,7 @@ with lib;
         enableACME = true;
         forceSSL = true;
         locations."/" = {
-          proxyPass = "http://localhost:${toString config.services.grafana.port}";
+          proxyPass = "http://localhost:${toString config.services.grafana.settings.server.http_port}";
         };
       };
     };