services.grafana.settings.paths.plugins

NixOS option

Directory where grafana will automatically scan and look for plugins

type: absolute path
Default
if (cfg.declarativePlugins == null) then "${cfg.dataDir}/plugins" else declarativePlugins
declared in: nixos/modules/services/monitoring/grafana.nixView source on NixOS/nixpkgs →