summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-05-23 19:57:03 +0200
committerlassulus <lass@lassul.us>2017-05-23 19:57:03 +0200
commit28b6e5d218ca984c3e34fd5385ea343a0bd3d39a (patch)
treec282ef1461c82d7a535c0afe561e4576fd781e7e /lass
parent7545d799ddb4d4cb79a51fda3ac95262bdc15d22 (diff)
l 1 mors: enable elasticsearch
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/mors.nix13
1 files changed, 5 insertions, 8 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix
index c8d9465d..dd3777c6 100644
--- a/lass/1systems/mors.nix
+++ b/lass/1systems/mors.nix
@@ -32,14 +32,11 @@ with import <stockholm/lib>;
{ predicate = "-p tcp --dport 11100"; target = "ACCEPT"; }
];
}
- #{
- # services.elasticsearch = {
- # enable = true;
- # plugins = [
- # # pkgs.elasticsearchPlugins.elasticsearch_kopf
- # ];
- # };
- #}
+ {
+ services.elasticsearch = {
+ enable = true;
+ };
+ }
{
#zalando project
services.postgresql = {