fix grafana bug

This commit is contained in:
Ingolf Wagner 2024-07-14 12:22:49 +02:00
parent ac47d067bf
commit 34c546e4c5
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -18,7 +18,7 @@
server = {
domain = "grafana.${config.networking.hostName}.private";
http_port = 2342;
http_addr = "localhost";
http_addr = "127.0.0.1";
};
users.default_theme = "light";
"auth.anonymous" = {