services.coder.environment.extra

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
<nixpkgs/nixos/modules/services/web-apps/coder.nix>