fix duplicate port

This commit is contained in:
Joakim Repomaa
2025-02-13 00:16:04 +02:00
parent 8f4c08f1bc
commit 2fd8d559c9

View File

@@ -108,6 +108,7 @@ in
enable = true; enable = true;
subdomain = "social"; subdomain = "social";
settings = { settings = {
port = 3002;
smtp-host = smtp.host; smtp-host = smtp.host;
smtp-port = smtp.port; smtp-port = smtp.port;
smtp-username = smtp.username; smtp-username = smtp.username;