From edb1ea055e6fc4848baeadb0fe2d216a0734b138 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 24 Apr 2017 15:43:49 +0200 Subject: [PATCH] confluence module: needs bash for health checks --- nixos/modules/services/web-apps/atlassian/confluence.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/atlassian/confluence.nix b/nixos/modules/services/web-apps/atlassian/confluence.nix index 2d9287577de..c1d7d4ea06d 100644 --- a/nixos/modules/services/web-apps/atlassian/confluence.nix +++ b/nixos/modules/services/web-apps/atlassian/confluence.nix @@ -103,7 +103,7 @@ in requires = [ "postgresql.service" ]; after = [ "postgresql.service" ]; - path = [ cfg.jrePackage ]; + path = [ cfg.jrePackage pkgs.bash ]; environment = { CONF_USER = cfg.user;