about summary refs log tree commit diff
path: root/nixos/tests/parsedmarc
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-10-04 15:59:54 +0200
committerajs124 <git@ajs124.de>2023-04-04 10:32:26 +0200
commit3acb3d73ae12e38dc69909b23efa36918232bd87 (patch)
tree24d60f1eac941a6b9979e279991a3315368f15ee /nixos/tests/parsedmarc
parent426fbcb5a6f110b4bc76a5cd2818e5254dbef8ba (diff)
elasticsearch-oss: remove
Diffstat (limited to 'nixos/tests/parsedmarc')
-rw-r--r--nixos/tests/parsedmarc/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/parsedmarc/default.nix b/nixos/tests/parsedmarc/default.nix
index 837cf9d7e6dce..1feadcb7f39b0 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
               ];