From a70b05b39cd068084b28d7165e0d0754f4cce888 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Tue, 17 Feb 2026 19:30:37 +0100 Subject: [PATCH] fix --- hosts/monitoring/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/monitoring/nginx.nix b/hosts/monitoring/nginx.nix index bb61893..9ff3648 100644 --- a/hosts/monitoring/nginx.nix +++ b/hosts/monitoring/nginx.nix @@ -7,9 +7,9 @@ kTLS = true; forceSSL = true; enableACME = true; - basicAuthFile = config.age.secrets.grafana_basic_auth.path; locations = { "/" = { + basicAuthFile = config.age.secrets.grafana_basic_auth.path; #proxyPass = "http://"; #recommendedProxySettings = true; return = "418 \"☕️\"";