Grafana: Difference between revisions

Add section on how to configure Grafana using `nix`
No edit summary
Line 54: Line 54:
<syntaxhighlight lang=nix>
<syntaxhighlight lang=nix>
services.grafana = {
services.grafana = {
  enable = true;
   declarativePlugins = with pkgs.grafanaPlugins; [ ... ];
   declarativePlugins = with pkgs.grafanaPlugins; [ ... ];