nixos-config/config/services/elasticsearch.nix

8 lines
129 B
Nix
Raw Normal View History

2022-04-25 16:47:49 +00:00
{ ... }: {
services.elasticsearch = {
enable = true;
cluster_name = "chir-rs";
};
2022-05-03 09:31:27 +00:00
# TODO: elasticsearch-exporter
2022-04-25 16:47:49 +00:00
}