MyNixOS website logo
option

services.romm.extraEnvironment

Extra environment variables passed to all RomM services. See https://docs.romm.app/latest/Getting-Started/Environment-Variables/.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  WEB_CONCURRENCY = "4";
}