diff --git a/nixosModules/grafana.nix b/nixosModules/grafana.nix index 207264e..5d279e5 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 $host;"; }; sops.secrets.gitea-db-password = {