l 1 mors: enable elasticsearch

This commit is contained in:
lassulus 2017-05-23 19:57:03 +02:00
parent 7545d799dd
commit 28b6e5d218

View File

@ -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 = {