[overwatch] fix grafana warnings
All checks were successful
Check flake syntax / flake-check (push) Successful in 4m34s

This commit is contained in:
2025-01-22 02:38:13 +01:00
parent bc3ab7aa49
commit 6984c3d945

View File

@@ -25,9 +25,11 @@ with lib;
services.grafana = {
enable = true;
settings.server = {
domain = "grafana.malobeo.org";
port = 2342;
addr = "127.0.0.1";
http_port = 2342;
http_addr = "127.0.0.1";
};
provision.datasources.settings = {
apiVersion = 1;