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 = {
enable = true;
subdomain = "graph";
settings.smtp = {
settings = {
server.http_port = 3005;
smtp = {
enabled = true;
host = smtp.host;
port = smtp.port;
@@ -73,6 +75,7 @@ in
from_address = smtp.from;
};
};
};
owncast = {
enable = true;