services.romm.extraEnvironment

NixOS option

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

type: attribute set of string
Default
{ }
Example
{
  WEB_CONCURRENCY = "4";
}
declared in: nixos/modules/services/web-apps/romm.nixView source on NixOS/nixpkgs →