N8n
services.n8n.enable
Whether to enable n8n server.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/n8n.nix
services.n8n.openFirewall
Open ports in the firewall for the n8n web interface.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/n8n.nix
services.n8n.settings
Configuration for n8n, see https://docs.n8n.io/hosting/environment-variables/configuration-methods/ for supported values.
Type: JSON value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/n8n.nix
services.n8n.webhookUrl
WEBHOOK_URL for n8n, in case we're running behind a reverse proxy. This cannot be set through configuration and must reside in an environment variable.
Type: string
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/n8n.nix