chore(systemd): add ssh in the path

Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
raito 2024-07-19 19:24:33 +02:00 committed by Jade Lovelace
parent 449837ed81
commit 2a1ce55f30

View file

@ -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 = [