MyNixOS website logo
option

services.podman.containers.<name>.extraConfig

INI sections and values to populate the Container Quadlet.

Declarations
Type
attribute set of attribute set of ((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))) or list of (null or boolean or signed integer or string or path) or null or boolean or signed integer or string or path)
Default
{ }
Example
{
  Container = {
    User = 1000;
  };
  Service = {
    TimeoutStartSec = 15;
  };
}