chore(systemd): add ssh
in the path
Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
parent
449837ed81
commit
2a1ce55f30
1 changed files with 1 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue