services.netdata.config
NixOS option
netdata.conf configuration as nix attributes. cannot be combined with configText.
type: attribute set of (attribute set)Default
{ }Example
declared in: nixos/modules/services/monitoring/netdata.nixView source on NixOS/nixpkgs →global = {
"debug log" = "syslog";
"access log" = "syslog";
"error log" = "syslog";
};