MyNixOS website logo
option

services.coder.environment.extra

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

Declarations
Type
attribute set
Default
{ }
Example
{
  CODER_OAUTH2_GITHUB_ALLOWED_ORGS = "your-org";
  CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
}