From 4fcef84348564d4204a0451d3ccf8078bf44c294 Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 7 Aug 2025 18:20:13 -0500 Subject: [PATCH] quote --- system-config/services/containers/n8n/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/services/containers/n8n/default.nix b/system-config/services/containers/n8n/default.nix index c987888..07f9d8e 100644 --- a/system-config/services/containers/n8n/default.nix +++ b/system-config/services/containers/n8n/default.nix @@ -44,7 +44,7 @@ N8N_SECURE_COOKIE = "false"; - N8N_PORT = 80; + N8N_PORT = "80"; }; };