diff options
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/helios.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix index 2784375c2..cc98c2c5b 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 - ]; }; } ]; |