forgejo/module.nix: disable showing user email
This commit is contained in:
parent
f878d4c4b6
commit
804697e42a
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,7 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
443
|
||||
80
|
||||
3000
|
||||
];
|
||||
|
||||
services.nginx = {
|
||||
|
@ -108,6 +109,9 @@ in {
|
|||
ENABLED = false;
|
||||
DEFAULT_ACTIONS_URL = "github";
|
||||
};
|
||||
ui = {
|
||||
SHOW_USER_EMAIL = false;
|
||||
};
|
||||
|
||||
"repository.signing" = {
|
||||
SIGNING_KEY = "none";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue