MyNixOS website logo
option

services.peertube.database.host

Database host address or unix socket.

Declarations
Type
string
Default
if config.services.peertube.database.createLocally
then "/run/postgresql"
else null
Example
"192.168.15.47"