Do not register roots
This commit is contained in:
@@ -144,7 +144,13 @@ in
|
|||||||
admins = [ "greg" ];
|
admins = [ "greg" ];
|
||||||
authBackend = "gitea";
|
authBackend = "gitea";
|
||||||
# Optional to build non-default branches at a time
|
# 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";
|
domain = "${config.networking.hostName}.shire-zebra.ts.net:8010";
|
||||||
gitea = {
|
gitea = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user