services.coder.environment.extra

NixOS option

Extra environment variables to pass run Coder’s server with. See Coder documentation.

type: attribute set
Default
{ }
Example
{
  CODER_OAUTH2_GITHUB_ALLOWED_ORGS = "your-org";
  CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
}
declared in: nixos/modules/services/web-apps/coder.nixView source on NixOS/nixpkgs →