services.graphite.seyren.extraConfig

NixOS option

Extra seyren configuration. See https://github.com/scobal/seyren#config

type: attribute set of string
Default
{ }
Example
{
  GRAPHITE_USERNAME = "user";
  GRAPHITE_PASSWORD = "pass";
}
declared in: nixos/modules/services/monitoring/graphite.nixView source on NixOS/nixpkgs →