mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
-r should be at the end and not the beginning
This commit is contained in:
parent
a504280ee2
commit
548de49cca
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@
|
|||
|
||||
systemd.services."repo-sync" = {
|
||||
script = ''
|
||||
${pkgs.git}/bin/git -r -C /var/lib/repo-sync pull codeberg
|
||||
${pkgs.git}/bin/git -r -C /var/lib/repo-sync pull github
|
||||
${pkgs.git}/bin/git -r -C /var/lib/repo-sync pull gitlab
|
||||
${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 push origin
|
||||
'';
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue