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
declared in: nixos/modules/services/web-apps/nifi.nixView source on NixOS/nixpkgs →if config.services.nifi.enableHTTPS then "8443" else "8000"