MyNixOS website logo
option

services.podman.containers.<name>.volumes

The volumes to mount into the container.

Declarations
Type
list of string
Default
[ ]
Example
[
  "/tmp:/tmp"
  "/var/run/test.secret:/etc/secret:ro"
]