MyNixOS website logo
option

services.podman.containers.<name>.extraPodmanArgs

Extra arguments to pass to the podman run command.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--security-opt=no-new-privileges"
  "--security-opt=seccomp=unconfined"
]