services.peertube.database.host

NixOS option

Database host address or unix socket.

type: string
Default
if config.services.peertube.database.createLocally
then "/run/postgresql"
else null
Example
"192.168.15.47"
declared in: nixos/modules/services/web-apps/peertube.nixView source on NixOS/nixpkgs →