From 2a1ce55f301c25e457c6d95f8660e6ca47cb265d Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 19 Jul 2024 19:24:33 +0200 Subject: [PATCH] chore(systemd): add `ssh` in the path Signed-off-by: Raito Bezarius --- nix/coordinator.nix | 1 + 1 file changed, 1 insertion(+) 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 = [