services.mastodon.database.port

NixOS option

Database host port.

type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if config.services.mastodon.database.createLocally
then null
else 5432
declared in: nixos/modules/services/web-apps/mastodon.nixView source on NixOS/nixpkgs →