diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 781d245..aed54ef 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -43,7 +43,6 @@ script = let deployDerivationsStr = builtins.concatStringsSep " " deployDerivations; in '' - set -x export GIT_SSH_COMMAND="${pkgs.openssh}/bin/ssh -i ''${CREDENTIALS_DIRECTORY}/ssh-key" if [[ ! -d config ]]; then ${pkgs.git}/bin/git clone ${repo} config