MyNixOS website logo
option

virtualisation.oci-containers.containers.<name>.preRunExtraOptions

Extra options for podman that go before the run argument.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--runtime"
  "runsc"
]