services.code-server.extraGroups

NixOS option

An array of additional groups for the code-server user.

type: list of string
Default
[ ]
Example
[
  "docker"
]
declared in: nixos/modules/services/web-apps/code-server.nixView source on NixOS/nixpkgs →