diff --git a/nixosModules/grafana.nix b/nixosModules/grafana.nix index 2925e0b..8f7a76b 100644 --- a/nixosModules/grafana.nix +++ b/nixosModules/grafana.nix @@ -19,6 +19,7 @@ useACMEHost = "kyren.codes"; forceSSL = true; locations."/".proxyPass = "http://localhost:3030/"; + locations."/".extraConfig = "proxy_set_header Host $http_host;"; }; sops.secrets.gitea-db-password = {