diff --git a/nix/module.nix b/nix/module.nix index ab8a3f59c7..2197aaf7ff 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -256,7 +256,9 @@ in "auth.basic".enabled = false; analytics.reporting_enabled = false; dashboards.default_home_dashboard_path = "../grafana/dashboards/internal/home.json"; - date_formats.use_browser_locale = true; + # This experimental config option is temporarily disabled (incompatible with Grafana 11.4.0) + # https://github.com/grafana/grafana/issues/95209 + # date_formats.use_browser_locale = true; }; provision = { enable = true;