diff options
author | Alan Pearce | 2025-03-22 13:55:43 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-22 13:55:43 +0100 |
commit | c6e671cb9a4ae69bebe66d0bb81f9f581c83c6ae (patch) | |
tree | 01ed33d7f74ab8ac634c00ae565fe69c81dffeb4 /system/settings | |
parent | f0976474d8e7d98ab2a51692339462987f13487c (diff) | |
download | nixfiles-c6e671cb9a4ae69bebe66d0bb81f9f581c83c6ae.tar.lz nixfiles-c6e671cb9a4ae69bebe66d0bb81f9f581c83c6ae.tar.zst nixfiles-c6e671cb9a4ae69bebe66d0bb81f9f581c83c6ae.zip |
git-server: mirror nixfiles and searchix to codeberg
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/services/git-server.nix | 4 |
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" ]; |