fix duplicate port

This commit is contained in:
Joakim Repomaa
2025-02-13 01:28:40 +02:00
parent 93a518a6d5
commit 309f43a276

View File

@@ -65,7 +65,9 @@ in
grafana = { grafana = {
enable = true; enable = true;
subdomain = "graph"; subdomain = "graph";
settings.smtp = { settings = {
server.http_port = 3005;
smtp = {
enabled = true; enabled = true;
host = smtp.host; host = smtp.host;
port = smtp.port; port = smtp.port;
@@ -73,6 +75,7 @@ in
from_address = smtp.from; from_address = smtp.from;
}; };
}; };
};
owncast = { owncast = {
enable = true; enable = true;