forgejo/module.nix: set the default branch to master
This commit is contained in:
parent
741a77417a
commit
319ed0761e
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue