Merge pull request 'fix: disable Grafana enforce_domain to allow LAN proxy access' (#6) from klaatu/nixos:fix/grafana-enforce-domain into main
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

Reviewed-on: https://src.thehellings.com/greg/nixos/pulls/6
This commit was merged in pull request #6.
This commit is contained in:
2026-03-25 22:42:16 +00:00
+1 -1
View File
@@ -135,7 +135,7 @@ in
security.secret_key = "$__file{${config.age.secrets.grafana-secret-key.path}}";
server = {
domain = "${config.networking.hostName}.shire-zebra.ts.net";
enforce_domain = true;
enforce_domain = false;
http_addr = "0.0.0.0";
enable_gzip = true;
http_port = 3001;