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.

Type
list of (absolute path or string)
Default
[
  "/var/lib/minio/data"
]
Declared
<nixpkgs/nixos/modules/services/web-servers/minio.nix>