Nifi
services.nifi.enable
Whether to enable Apache NiFi.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.enableHTTPS
Enable HTTPS protocol. Dont use in production.
**Type:**
boolean`
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.group
Group account where Apache NiFi runs.
Type: string
Default
"nifi"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.initJavaHeapSize
Set the initial heap size for the JVM in MB.
Type: null or signed integer
Default
null
Example
1024
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.initPasswordFile
nitial password for Apache NiFi. Password must be at least 12 characters.
Type: null or path
Default
null
Example
"/run/keys/nifi/password-nifi"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.initUser
Initial user account for Apache NiFi. Username must be at least 4 characters.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.listenHost
Bind to an ip for Apache NiFi web-ui.
Type: string
Default
if config.services.nifi.enableHTTPSthen "0.0.0.0"else "127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.listenPort
Bind to a port for Apache NiFi web-ui.
Type: signed integer
Default
if config.services.nifi.enableHTTPSthen "8443"else "8000"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.maxJavaHeapSize
Set the initial heap size for the JVM in MB.
Type: null or signed integer
Default
null
Example
2048
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.package
Apache NiFi package to use.
Type: package
Default
pkgs.nifi
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.proxyHost
Allow requests from a specific host.
Type: null or string
Default
if config.services.nifi.enableHTTPSthen "0.0.0.0"else null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.proxyPort
Allow requests from a specific port.
Type: null or signed integer
Default
if config.services.nifi.enableHTTPSthen "8443"else null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix
services.nifi.user
User account where Apache NiFi runs.
Type: string
Default
"nifi"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/nifi.nix