diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index 13e91e7..865343d 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -421,7 +421,7 @@ in { enableACME = true; acmeRoot = null; forceSSL = true; - locations."/grafana/".proxyPass = "http://${backend_ip}:3002"; + locations."/grafana/".proxyPass = "http://${backend_ip}:3002/grafana/"; }; "nc.${home_domain}" = { listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];