From 2ec33f527b604ae438e34fc598d85c50d88e4a61 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 21 Aug 2018 09:39:12 +0100 Subject: [PATCH] elasticsearch-curator: don't need to add enable to elasticsearch-curator service --- nixos/modules/services/search/elasticsearch-curator.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/services/search/elasticsearch-curator.nix b/nixos/modules/services/search/elasticsearch-curator.nix index c694f812caf6..63ffe10d21f0 100644 --- a/nixos/modules/services/search/elasticsearch-curator.nix +++ b/nixos/modules/services/search/elasticsearch-curator.nix @@ -84,7 +84,6 @@ in { config = mkIf cfg.enable { systemd.services.elasticsearch-curator = { - enable = cfg.enable; startAt = cfg.interval; serviceConfig = { ExecStart = ''${pkgs.python36Packages.elasticsearch-curator}/bin/curator --config ${curatorConfig} ${curatorAction}'';