🚨 cleanup grafana config changes

This commit is contained in:
2022-10-24 16:23:09 -04:00
parent 1b79e8f003
commit f72e15afa7
2 changed files with 16 additions and 12 deletions

View File

@ -164,9 +164,13 @@
};
grafana = {
enable = true;
domain = "plato.walkah.lab";
port = 2342;
addr = "0.0.0.0";
settings = {
server = {
domain = "plato.walkah.lab";
http_port = 2342;
http_addr = "0.0.0.0";
};
};
};
prometheus = {
enable = true;