services.peertube.dataDirs

NixOS option

Allow access to custom data locations.

type: list of absolute path
Default
[ ]
Example
[
  "/opt/peertube/storage"
  "/var/cache/peertube"
]
declared in: nixos/modules/services/web-apps/peertube.nixView source on NixOS/nixpkgs →