all repos — nixfiles @ c6e671cb9a4ae69bebe66d0bb81f9f581c83c6ae

System and user configuration, managed by nix and home-manager

git-server: mirror nixfiles and searchix to codeberg
Alan Pearce alan@alanpearce.eu
Sat, 22 Mar 2025 13:55:43 +0100
commit

c6e671cb9a4ae69bebe66d0bb81f9f581c83c6ae

parent

f0976474d8e7d98ab2a51692339462987f13487c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M system/settings/services/git-server.nixsystem/settings/services/git-server.nix
@@ -24,8 +24,8 @@ };   };
 
   repoMirrors = {
-    nixfiles = [ "sourcehut" ];
-    searchix = [ "sourcehut" ];
+    nixfiles = [ "sourcehut" "codeberg" ];
+    searchix = [ "sourcehut" "codeberg" ];
     website = [ "sourcehut" ];
     homestead = [ "sourcehut" ];
     gomponents = [ "sourcehut" "github" ];