diff options
author | lassulus <lass@aidsballs.de> | 2016-02-26 16:44:48 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-02-26 16:44:48 +0100 |
commit | 02c3fabe3ac38713fe71184c66ecf86dfa295a57 (patch) | |
tree | 058be8973bfc10d73ff25635e7b0ac49010bab61 /lass/1systems | |
parent | 08627a2cd423e6853de324cfa2c1bba0c844af30 (diff) |
l 1 helios: enable elasticsearch
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/helios.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix index beaf0f441..2784375c2 100644 --- a/lass/1systems/helios.nix +++ b/lass/1systems/helios.nix @@ -19,6 +19,11 @@ with builtins; # }; #} { + services.elasticsearch = { + enable = true; + plugins = [ + pkgs.elasticsearchPlugins.elasticsearch_kopf + ]; }; } ]; |