git-server: add mirroring to gitlab
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M system/settings/services/git-server.nix → system/settings/services/git-server.nix
@@ -31,6 +31,10 @@ github = { hostname = "github.com"; username = "alanpearce"; }; + gitlab = { + hostname = "gitlab.com"; + username = "alanpearce"; + }; }; repoMirrors = {@@ -61,6 +65,7 @@ ]; zola-bearblog = [ "sourcehut" "codeberg" + "gitlab" ]; };