feat(n8n): enable task runners

This commit is contained in:
2026-06-09 07:09:31 +02:00
parent e5d7c2b22b
commit f13b50a161
7 changed files with 53 additions and 7 deletions
+7 -1
View File
@@ -4,7 +4,13 @@
in {
services.${serviceName} = {
enable = true;
environment.WEBHOOK_URL = "https://wf.az-gruppe.com";
environment = {
WEBHOOK_URL = "https://wf.az-gruppe.com";
N8N_RUNNERS_ENABLED = true;
N8N_NATIVE_PYTHON_RUNNER = true;
N8N_RUNNERS_AUTH_TOKEN_FILE = config.age.secrets.n8n-runner-auth-token.path;
};
taskRunners.enable = true;
};
systemd.services.${serviceName}.serviceConfig = {