services.rsyslogd.extraParams

NixOS option

Additional parameters passed to rsyslogd.

type: list of string
Default
[ ]
Example
[
  "-m 0"
]
declared in: nixos/modules/services/logging/rsyslogd.nixView source on NixOS/nixpkgs →