services.logcheck.extraGroups

NixOS option

Extra groups for the logcheck user, for example to be able to use sendmail, or to access certain log files.

type: list of string
Default
[ ]
Example
[
  "postdrop"
  "mongodb"
]
declared in: nixos/modules/services/logging/logcheck.nixView source on NixOS/nixpkgs →