chore(systemd): add ssh
in the path
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
3821a116f5
commit
c6e6b222ad
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue