services.grafana.settings.server.cdn_url

NixOS option

Specify a full HTTP URL address to the root of your Grafana CDN assets. Grafana will add edition and version paths. For example, given a cdn url like https://cdn.myserver.com grafana will try to load a javascript file from http://cdn.myserver.com/grafana-oss/7.4.0/public/build/app.<hash>.js.

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