fix duplicate port
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user