MyNixOS website logo
option

services.podman.networks.<name>.extraPodmanArgs

Extra arguments to pass to the podman network create command.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--dns=192.168.55.1"
  "--ipam-driver"
]