From 3acb3d73ae12e38dc69909b23efa36918232bd87 Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 4 Oct 2022 15:59:54 +0200 Subject: elasticsearch-oss: remove --- nixos/tests/graylog.nix | 1 - nixos/tests/parsedmarc/default.nix | 4 ---- 2 files changed, 5 deletions(-) (limited to 'nixos') diff --git a/nixos/tests/graylog.nix b/nixos/tests/graylog.nix index 23f426fc7af9..3f7cc3a91439 100644 --- a/nixos/tests/graylog.nix +++ b/nixos/tests/graylog.nix @@ -8,7 +8,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: { services.mongodb.enable = true; services.elasticsearch.enable = true; - services.elasticsearch.package = pkgs.elasticsearch-oss; services.elasticsearch.extraConf = '' network.publish_host: 127.0.0.1 network.bind_host: 127.0.0.1 diff --git a/nixos/tests/parsedmarc/default.nix b/nixos/tests/parsedmarc/default.nix index 837cf9d7e6dc..1feadcb7f39b 100644 --- a/nixos/tests/parsedmarc/default.nix +++ b/nixos/tests/parsedmarc/default.nix @@ -84,8 +84,6 @@ in }; }; - services.elasticsearch.package = pkgs.elasticsearch-oss; - environment.systemPackages = [ (sendEmail "dmarc@localhost") pkgs.jq @@ -158,8 +156,6 @@ in }; }; - services.elasticsearch.package = pkgs.elasticsearch-oss; - environment.systemPackages = [ pkgs.jq ]; -- cgit 1.4.1