chore(systemd): add ssh in the path

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-07-17 17:24:23 +02:00
parent 3821a116f5
commit c6e6b222ad

View file

@ -264,6 +264,7 @@ in
systemd.services.buildbot-master = {
after = [ "postgresql.service" ];
path = [ pkgs.ssh ];
serviceConfig = {
# in master.py we read secrets from $CREDENTIALS_DIRECTORY
LoadCredential = [