+samba for AZ-PRM-1

This commit is contained in:
m3tm3re
2026-03-31 13:40:53 +02:00
parent 57a371392a
commit f8fcc88405
5 changed files with 49 additions and 40 deletions

View File

@@ -1,7 +1,10 @@
{config, ...}: {
services.n8n = {
enable = true;
environment.WEBHOOK_URL = "https://wf.l.az-gruppe.com";
environment = {
WEBHOOK_URL = "https://wf.l.az-gruppe.com";
NODES_EXCLUDE = "[]";
};
};
systemd.services.n8n.serviceConfig = {
EnvironmentFile = ["${config.age.secrets.n8n-env.path}"];