forked from M-Labs/nix-scripts
gitea: use disableRegistration available on 19.03
This commit is contained in:
parent
e71e35a498
commit
3fc48bc594
|
@ -119,12 +119,7 @@ ACTION=="add", SUBSYSTEM=="tty", \
|
|||
rootUrl = "https://git.m-labs.hk/";
|
||||
appName = "M-Labs Git";
|
||||
cookieSecure = true;
|
||||
extraConfig =
|
||||
''
|
||||
[service]
|
||||
DISABLE_REGISTRATION = true
|
||||
'';
|
||||
#disableRegistration = true;
|
||||
disableRegistration = true;
|
||||
};
|
||||
|
||||
services.mattermost = {
|
||||
|
|
Loading…
Reference in New Issue