port issue

This commit is contained in:
2025-08-14 11:21:33 -05:00
parent d10ef1013a
commit f229bd29c1
2 changed files with 1 additions and 4 deletions

View File

@@ -36,7 +36,6 @@
config = {
homeassistant.unit_system = "us_customary";
http.server_port = 80;
};
configWritable = true;

View File

@@ -23,7 +23,7 @@
services.n8n = {
enable = true;
openFirewall = true;
#openFirewall = true;
settings = {
@@ -43,8 +43,6 @@
N8N_DIAGNOSTICS_CONFIG_BACKEND = "";
N8N_SECURE_COOKIE = "false";
N8N_PORT = "80";
};
};