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/";
|
rootUrl = "https://git.m-labs.hk/";
|
||||||
appName = "M-Labs Git";
|
appName = "M-Labs Git";
|
||||||
cookieSecure = true;
|
cookieSecure = true;
|
||||||
extraConfig =
|
disableRegistration = true;
|
||||||
''
|
|
||||||
[service]
|
|
||||||
DISABLE_REGISTRATION = true
|
|
||||||
'';
|
|
||||||
#disableRegistration = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.mattermost = {
|
services.mattermost = {
|
||||||
|
|
Loading…
Reference in New Issue