MyNixOS website logo
option

services.minio.dataDir

The list of data directories or nodes for storing the objects. Use one path for regular operation and the minimum of 4 endpoints for Erasure Code mode.

Declarations
Type
list of (path or string)
Default
[
  "/var/lib/minio/data"
]