l 1 helios: enable elasticsearch
This commit is contained in:
parent
08627a2cd4
commit
02c3fabe3a
@ -19,6 +19,11 @@ with builtins;
|
|||||||
# };
|
# };
|
||||||
#}
|
#}
|
||||||
{
|
{
|
||||||
|
services.elasticsearch = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [
|
||||||
|
pkgs.elasticsearchPlugins.elasticsearch_kopf
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user