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,7 +4,8 @@ in {
services.grafana = { services.grafana = {
enable = true; enable = true;
settings.server = { settings = {
server = {
domain = virtualHostName; domain = virtualHostName;
http_port = 9010; http_port = 9010;
http_addr = "127.0.0.1"; http_addr = "127.0.0.1";
@ -12,7 +13,8 @@ in {
protocol = "http"; protocol = "http";
}; };
analytics.reporting.enable = false; analytics.reporting_enabled = false;
};
provision = { provision = {
enable = true; enable = true;