services.coder.environment.extra
NixOS option
Extra environment variables to pass run Coder’s server with. See Coder documentation.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/web-apps/coder.nixView source on NixOS/nixpkgs →{
CODER_OAUTH2_GITHUB_ALLOWED_ORGS = "your-org";
CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS = true;
}