From 2b393c8913665b70084835903a7a7ed7cb6146b6 Mon Sep 17 00:00:00 2001 From: Danylo Hlynskyi Date: Sun, 18 Aug 2019 17:11:20 +0300 Subject: [PATCH] elasticsearch: add example on how to use plugins (#55115) See https://discourse.nixos.org/t/elastic-search-plugins/1997 --- nixos/modules/services/search/elasticsearch.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/search/elasticsearch.nix b/nixos/modules/services/search/elasticsearch.nix index 6b688c640d59..91d8f544e16b 100644 --- a/nixos/modules/services/search/elasticsearch.nix +++ b/nixos/modules/services/search/elasticsearch.nix @@ -131,6 +131,7 @@ in { description = "Extra elasticsearch plugins"; default = []; type = types.listOf types.package; + example = lib.literalExample "[ pkgs.elasticsearchPlugins.discovery-ec2 ]"; }; };