forgejo: update renamed disable registration
This commit is contained in:
parent
410932c8f8
commit
6af966a0fd
|
@ -16,7 +16,6 @@ in {
|
||||||
type = "postgres"; # Database type
|
type = "postgres"; # Database type
|
||||||
passwordFile = config.age.secrets.forgejo.path;
|
passwordFile = config.age.secrets.forgejo.path;
|
||||||
};
|
};
|
||||||
disableRegistration = true;
|
|
||||||
domain = "source.jfdic.org"; # Domain name
|
domain = "source.jfdic.org"; # Domain name
|
||||||
rootUrl = "https://source.jfdic.org/"; # Root web URL
|
rootUrl = "https://source.jfdic.org/"; # Root web URL
|
||||||
httpPort = 3002; # Provided unique port
|
httpPort = 3002; # Provided unique port
|
||||||
|
@ -27,6 +26,7 @@ in {
|
||||||
docutils # Provides rendering of ReStructured Text files
|
docutils # Provides rendering of ReStructured Text files
|
||||||
pygments # Provides syntax highlighting
|
pygments # Provides syntax highlighting
|
||||||
]);
|
]);
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
in {
|
in {
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
|
Loading…
Reference in a new issue