Removed unnecessary mkIf

The whole block is already wrapped in cfg.enable and this breaks some things.
This commit is contained in:
Zef Hemel 2013-11-05 08:52:23 +01:00
parent d9c13a73c2
commit 8063382867

View file

@ -91,7 +91,7 @@ in {
target = "elasticsearch/logging.yml"; }
];
systemd.services.elasticsearch = mkIf cfg.enable {
systemd.services.elasticsearch = {
description = "Elasticsearch daemon";
wantedBy = [ "multi-user.target" ];
after = [ "network-interfaces.target" ];