mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:06:51 +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 pull -r gitlab
|
||||||
${pkgs.git}/bin/git -C /var/lib/repo-sync push origin
|
${pkgs.git}/bin/git -C /var/lib/repo-sync push origin
|
||||||
'';
|
'';
|
||||||
|
path = [pkgs.openssh];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "root";
|
User = "root";
|
||||||
|
|
Loading…
Reference in a new issue