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 stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/romm.nixView source on NixOS/nixpkgs →{
WEB_CONCURRENCY = "4";
}