services.nifi.listenPort

NixOS option

Bind to a port for Apache NiFi web-ui.

type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
if config.services.nifi.enableHTTPS
then "8443"
else "8000"
declared in: nixos/modules/services/web-apps/nifi.nixView source on NixOS/nixpkgs →