add ssh to repo-sync path

This commit is contained in:
Johannes Jöns 2023-08-23 21:47:18 +02:00
parent 548de49cca
commit faeb975329

View file

@ -17,6 +17,7 @@
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r gitlab
${pkgs.git}/bin/git -C /var/lib/repo-sync push origin
'';
path = [pkgs.openssh];
serviceConfig = {
Type = "oneshot";
User = "root";