services.graphite.seyren.extraConfig
NixOS option
Extra seyren configuration. See https://github.com/scobal/seyren#config
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/monitoring/graphite.nixView source on NixOS/nixpkgs →{
GRAPHITE_USERNAME = "user";
GRAPHITE_PASSWORD = "pass";
}