all repos — nixfiles @ c6741e51325bb4663776fd4d66756de064496ee9

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

git-server: mirror homestead to sourcehut
Alan Pearce alan@alanpearce.eu
Sun, 23 Feb 2025 16:27:27 +0100
commit

c6741e51325bb4663776fd4d66756de064496ee9

parent

9949b2ab99d20b6a85ef97bedbd66f7d6201ff59

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

jump to
M system/settings/services/git-server.nixsystem/settings/services/git-server.nix
@@ -27,6 +27,7 @@ repoMirrors = {     nixfiles = [ "sourcehut" ];
     searchix = [ "sourcehut" ];
     website = [ "sourcehut" ];
+    homestead = [ "sourcehut" ];
     nix-packages = [ "sourcehut" "github" ];
     zola-bearblog = [ "sourcehut" "codeberg" ];
   };