summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lass/1systems/helios.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix
index 2784375c..cc98c2c5 100644
--- a/lass/1systems/helios.nix
+++ b/lass/1systems/helios.nix
@@ -21,9 +21,6 @@ with builtins;
{
services.elasticsearch = {
enable = true;
- plugins = [
- pkgs.elasticsearchPlugins.elasticsearch_kopf
- ];
};
}
];