flake update

This commit is contained in:
Sascha Koenig
2025-12-23 09:25:17 +01:00
parent f529c59400
commit 436928b187
6 changed files with 47 additions and 43 deletions

View File

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