Skip to content

Instantly share code, notes, and snippets.

@brainopia
Created June 12, 2020 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainopia/8ba890ef1c5f2b570b505928ba95a30b to your computer and use it in GitHub Desktop.
Save brainopia/8ba890ef1c5f2b570b505928ba95a30b to your computer and use it in GitHub Desktop.
services.elasticsearch = {
enable = true;
package = (pkgs.elasticsearch7.override { elk7Version = "7.7.1"; }).overrideAttrs(_: {
src = builtins.fetchurl {
url = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.1-linux-x86_64.tar.gz";
sha256 = "1zjlmpd85akr505pykxiyg0666rhd22kgbi3z6q65ly1l4g3bnl9";
};
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment