services.syslog-ng.configHeader

NixOS option

The very first lines of the configuration file. Should usually contain the syslog-ng version header.

type: strings concatenated with "\n"
Default
''
  @version: 4.4
  @include "scl.conf"
''
declared in: nixos/modules/services/logging/syslog-ng.nixView source on NixOS/nixpkgs →