Do not register roots

This commit is contained in:
Greg Hellings
2025-12-07 15:41:10 -06:00
parent 16dd009a98
commit e5a3c24058
+7 -1
View File
@@ -144,7 +144,13 @@ in
admins = [ "greg" ];
authBackend = "gitea";
# Optional to build non-default branches at a time
# branches.releaseBranches.matchGlob = "release-*";
branches = {
default = {
matchGlob = "ma*";
registerGCRoots = false;
updateOutputs = false;
};
};
domain = "${config.networking.hostName}.shire-zebra.ts.net:8010";
gitea = {
enable = true;