nixos-config/config/services/elasticsearch.nix

8 lines
123 B
Nix
Raw Normal View History

2022-06-12 16:42:42 +01:00
_: {
2022-04-25 17:47:49 +01:00
services.elasticsearch = {
enable = true;
cluster_name = "chir-rs";
};
2022-05-03 10:31:27 +01:00
# TODO: elasticsearch-exporter
2022-04-25 17:47:49 +01:00
}