summary refs log tree commit diff stats
path: root/system/settings/services/git-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/services/git-server.nix')
-rw-r--r--system/settings/services/git-server.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/settings/services/git-server.nix b/system/settings/services/git-server.nix
index 1d7df1e5..f46ba068 100644
--- a/system/settings/services/git-server.nix
+++ b/system/settings/services/git-server.nix
@@ -24,8 +24,8 @@ let
   };
 
   repoMirrors = {
-    nixfiles = [ "sourcehut" ];
-    searchix = [ "sourcehut" ];
+    nixfiles = [ "sourcehut" "codeberg" ];
+    searchix = [ "sourcehut" "codeberg" ];
     website = [ "sourcehut" ];
     homestead = [ "sourcehut" ];
     gomponents = [ "sourcehut" "github" ];