MyNixOS website logo
option

services.podman.containers.<name>.environment

Environment variables to set in the container.

Declarations
Type
attribute set of (null or boolean or signed integer or string or path or list of (null or boolean or signed integer or string or path))
Default
{ }
Example
{
  VAR1 = "0:100";
  VAR2 = true;
  VAR3 = 5;
}