7 lines
123 B
Nix
7 lines
123 B
Nix
_: {
|
|
services.elasticsearch = {
|
|
enable = true;
|
|
cluster_name = "chir-rs";
|
|
};
|
|
# TODO: elasticsearch-exporter
|
|
}
|