fix grafana bug
This commit is contained in:
parent
ac47d067bf
commit
34c546e4c5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
server = {
|
server = {
|
||||||
domain = "grafana.${config.networking.hostName}.private";
|
domain = "grafana.${config.networking.hostName}.private";
|
||||||
http_port = 2342;
|
http_port = 2342;
|
||||||
http_addr = "localhost";
|
http_addr = "127.0.0.1";
|
||||||
};
|
};
|
||||||
users.default_theme = "light";
|
users.default_theme = "light";
|
||||||
"auth.anonymous" = {
|
"auth.anonymous" = {
|
||||||
|
|
Loading…
Reference in a new issue