Add n8n service

This commit is contained in:
pazpi 2025-12-03 15:48:10 +01:00
parent 81bee0a7b9
commit 54fc411e13
8 changed files with 186 additions and 223 deletions

View file

@ -175,6 +175,15 @@ in
];
};
n8n.deployment = {
targetHost = hosts.n8n;
tags = [
"lxc"
"bacco"
"n8n"
];
};
deadbeef.deployment = {
allowLocalDeployment = true;
targetHost = null;