diff --git a/nix/coordinator.nix b/nix/coordinator.nix index 4f33f19..f657ecd 100644 --- a/nix/coordinator.nix +++ b/nix/coordinator.nix @@ -288,6 +288,7 @@ in systemd.services.buildbot-master = { after = [ "postgresql.service" ]; + path = [ pkgs.openssh ]; serviceConfig = { # in master.py we read secrets from $CREDENTIALS_DIRECTORY LoadCredential = [