MyNixOS website logo
option

services.podman.builds.<name>.environment

Environment variables to set in the build.

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