diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index a74a511..258a6a2 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -10,7 +10,7 @@ derivationTarget, altHostname, }: '' - if ping -c 1 ${altHostname}; then + if ${pkgs.inetutils}/bin/ping -c 1 ${altHostname}; then ${pkgs.deploy-rs}/bin/deploy \ --ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \ --ssh-user=deployerbot-follower \