nixos/docs/rl-2009.xml: grafana: description, example agreement

This commit is contained in:
Jonathan Ringer 2020-10-27 17:50:39 -07:00
parent 02de51f120
commit 3963954fc8
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -728,7 +728,7 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
It can still be enabled by providing <literal>phantomJsSupport = true</literal> to the package instantiation:
<programlisting>{
services.grafana.package = pkgs.grafana.overrideAttrs (oldAttrs: rec {
phantomJsSupport = false;
phantomJsSupport = true;
});
}</programlisting>
</para>