MyNixOS website logo
option

services.nifi.listenHost

Bind to an ip for Apache NiFi web-ui.

Declarations
Type
string
Default
if config.services.nifi.enableHTTPS
then "0.0.0.0"
else "127.0.0.1"