mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
also define branch
This commit is contained in:
parent
faeb975329
commit
d8a56dbc1c
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
systemd.services."repo-sync" = {
|
||||
script = ''
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r codeberg
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r github
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r gitlab
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r codeberg/main
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r github/main
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync pull -r gitlab/main
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync push origin
|
||||
'';
|
||||
path = [pkgs.openssh];
|
||||
|
|
Loading…
Reference in a new issue