services.n8n.environment.N8N_RUNNERS_AUTH_TOKEN_FILE

NixOS option

Path to a file containing the shared authentication token used between the n8n server (task broker) and the task runners. This option is required when services.n8n.taskRunners.enable is true. The file should be readable by the service and not stored in the Nix store. Use tools like agenix or sops-nix to manage this secret.

type: null or absolute path
Default
null
declared in: nixos/modules/services/misc/n8n.nixView source on NixOS/nixpkgs →