This commit is contained in:
Lukas Wurzinger 2025-03-23 22:58:49 +01:00
parent 9462850368
commit 817ec5b6b8
No known key found for this signature in database

View file

@ -4,15 +4,17 @@ in {
services.grafana = { services.grafana = {
enable = true; enable = true;
settings.server = { settings = {
domain = virtualHostName; server = {
http_port = 9010; domain = virtualHostName;
http_addr = "127.0.0.1"; http_port = 9010;
root_url = "http://192.168.1.10:8010"; # TODO http_addr = "127.0.0.1";
protocol = "http"; root_url = "http://192.168.1.10:8010"; # TODO
}; protocol = "http";
};
analytics.reporting.enable = false; analytics.reporting_enabled = false;
};
provision = { provision = {
enable = true; enable = true;