forgejo/module.nix: set the default branch to master

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 319ed0761e

View file

@ -119,6 +119,11 @@ in {
DEFAULT_THEME = "codeberg-dark"; DEFAULT_THEME = "codeberg-dark";
}; };
# The glory of the old default branch name
repository = {
DEFAULT_BRANCH = "master";
};
"repository.signing" = { "repository.signing" = {
SIGNING_KEY = "none"; SIGNING_KEY = "none";
}; };