services.tt-rss.database.port

NixOS option

The database’s port. If not set, the default ports will be provided (5432 and 3306 for pgsql and mysql respectively).

type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
null
declared in: nixos/modules/services/web-apps/tt-rss.nixView source on NixOS/nixpkgs →