chore: flake update

This commit is contained in:
2026-05-09 04:42:59 +02:00
parent c40da75f66
commit 8aac2a5e48
9 changed files with 103 additions and 62 deletions

View File

@@ -1,4 +1,8 @@
{config, ...}: let
{
config,
lib,
...
}: let
serviceName = "n8n";
servicePort = config.m3ta.ports.get serviceName;
in {
@@ -7,8 +11,11 @@ in {
environment = {
WEBHOOK_URL = "https://wf.l.az-gruppe.com";
NODES_EXCLUDE = "[]";
N8N_RESTRICT_FILE_ACCESS_TO = "/mnt/DMS-INBOX;/mnt/DMS-ALT-INBOX";
N8N_RUNNERS_ENABLED = lib.mkForce "false";
};
};
systemd.services.n8n.serviceConfig = {
EnvironmentFile = ["${config.age.secrets.n8n-env.path}"];
};