feat: herdr + agent network over netbird

This commit is contained in:
2026-08-23 14:39:31 +02:00
parent 1ba70151ef
commit 7313e167b1
63 changed files with 384 additions and 735 deletions
+1 -4
View File
@@ -1,4 +1,4 @@
{lib, ...}: {
{
services.n8n = {
enable = true;
openFirewall = true;
@@ -7,7 +7,4 @@
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS = "false";
};
};
# Temporary fix for upstream module
systemd.services.n8n.serviceConfig.LoadCredential = lib.mkForce [];
systemd.services.n8n.environment.N8N_RUNNERS_AUTH_TOKEN_FILE = lib.mkForce null;
}