services.minidlna.settings.media_dir

NixOS option

Directories to be scanned for media files. The A, V, P, prefixes restrict a directory to audio, video or image files. The directories must be accessible to the minidlna user account.

type: list of string
Default
[ ]
Example
[
  "/data/media"
  "V,/home/alice/video"
]
declared in: nixos/modules/services/networking/minidlna.nixView source on NixOS/nixpkgs →