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