diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/system/machines/mugwump.nix | 2 |
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 e52576a6cc68..f5b3176ca2fd 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}"; }; }; }; |