services.jenkins.extraGroups

NixOS option

List of extra groups that the “jenkins” user should be a part of.

type: list of string
Default
[ ]
Example
[
  "wheel"
  "dialout"
]
declared in: nixos/modules/services/continuous-integration/jenkins/default.nixView source on NixOS/nixpkgs →