summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-18 17:05:01 +0100
committertv <tv@krebsco.de>2016-02-20 02:02:07 +0100
commit8f6892ef5b73230fab2fae58b969c00cd328d71f (patch)
treed56c9f2df43ea655ee8b8a2b78ae3fd06a01de9b /lass
parent98ca03d76bb63cd9ac429d541a91d4da7080107c (diff)
l 1 mors: enable elasticsearch
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/mors.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix
index a7f4ee5f..9f492e2c 100644
--- a/lass/1systems/mors.nix
+++ b/lass/1systems/mors.nix
@@ -137,6 +137,14 @@
rootPassword = "<secrets>/mysql_rootPassword";
};
}
+ {
+ services.elasticsearch = {
+ enable = true;
+ plugins = [
+ pkgs.elasticsearchPlugins.elasticsearch_kopf
+ ];
+ };
+ }
];
krebs.build.host = config.krebs.hosts.mors;