MyNixOS website logo
option

services.nifi.listenPort

Bind to a port for Apache NiFi web-ui.

Declarations
Type
signed integer
Default
if config.services.nifi.enableHTTPS
then "8443"
else "8000"