mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
add ssh to repo-sync path
This commit is contained in:
parent
548de49cca
commit
faeb975329
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue