Disable loki in grafana, settings.server not just server
This commit is contained in:
parent
ea9aa2eddd
commit
2c33f7d069
|
@ -6,7 +6,7 @@
|
|||
# grafana configuration
|
||||
services.grafana = {
|
||||
enable = true;
|
||||
server = {
|
||||
settings.server = {
|
||||
domain = "grafana.lillianviolet.dev";
|
||||
http_port = 2342;
|
||||
http_addr = "127.0.0.1";
|
||||
|
@ -20,13 +20,13 @@
|
|||
url = "http://localhost:${config.services.prometheus.port}";
|
||||
isDefault = true;
|
||||
}
|
||||
{
|
||||
name = "Loki";
|
||||
type = "loki";
|
||||
access = "proxy";
|
||||
url = "http://localhost:${config.services.loki.port}";
|
||||
isDefault = true;
|
||||
}
|
||||
# {
|
||||
# name = "Loki";
|
||||
# type = "loki";
|
||||
# access = "proxy";
|
||||
# url = "http://localhost:${config.services.loki.port}";
|
||||
# isDefault = true;
|
||||
# }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue