From 48fbde932c50f5eba0957d6d35da2dd94249a61c Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Tue, 1 Jul 2025 19:43:00 +0300 Subject: [PATCH] a --- nixosModules/grafana.nix | 1 + 1 file changed, 1 insertion(+) 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 = {