services.gocd-agent.extraGroups

NixOS option

List of extra groups that the “gocd-agent” user should be a part of.

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