services.peertube.settings
Configuration for peertube.
- Type
open submodule of (JSON value)- Example
{ listen = { hostname = "0.0.0.0"; }; log = { level = "debug"; }; storage = { tmp = "/opt/data/peertube/storage/tmp/"; logs = "/opt/data/peertube/storage/logs/"; cache = "/opt/data/peertube/storage/cache/"; }; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/peertube.nix>