services.grafana.settings.security.data_source_proxy_whitelist

NixOS option

Define a whitelist of allowed IP addresses or domains, with ports, to be used in data source URLs with the Grafana data source proxy. Format: ip_or_domain:port separated by spaces. PostgreSQL, MySQL, and MSSQL data sources do not use the proxy and are therefore unaffected by this setting.

type: string or list of string
Default
[ ]
declared in: nixos/modules/services/monitoring/grafana.nixView source on NixOS/nixpkgs →