MyNixOS website logo
option

services.podman.networks.<name>.extraConfig

INI sections and values to populate the Network Quadlet.

Declarations
Type
attribute set of attribute set of ((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))) or list of (null or boolean or signed integer or string or absolute path) or null or boolean or signed integer or string or absolute path)
Default
{ }
Example
{
  Network = {
    ContainerConfModule = "/etc/nvd.conf";
  };
  Service = {
    TimeoutStartSec = 30;
  };
}
Sign in to create a configuration using this setting.