disable loki

This commit is contained in:
zackartz 2024-05-24 11:55:29 -04:00
parent 9319dbb718
commit c56faf5ffc
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -32,12 +32,12 @@ in {
access = "proxy";
url = "http://127.0.0.1:${toString config.services.prometheus.port}";
}
{
name = "Loki";
type = "loki";
access = "proxy";
url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}";
}
# {
# name = "Loki";
# type = "loki";
# access = "proxy";
# url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}";
# }
];
};
};