mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:46:34 +01:00
Repo sync dont clean before start
This commit is contained in:
parent
8082439011
commit
53b6019c61
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
|
||||
systemd.services."repo-sync" = {
|
||||
script = ''
|
||||
${pkgs.coreutils}/bin/rm -r /var/lib/repo-sync
|
||||
${pkgs.git}/bin/git clone git@codeberg.org:jopejoe1/nix-conf.git /var/lib/repo-sync
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync remote add github git@github.com:jopejoe1/nix-conf.git
|
||||
${pkgs.git}/bin/git -C /var/lib/repo-sync remote add gitlab git@gitlab.com:jopejoe1/nix-conf.git
|
||||
|
|
Loading…
Reference in a new issue