disable tt-rss registration
This commit is contained in:
parent
7b83b430c8
commit
7c1c59a196
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
enable = true;
|
||||
selfUrlPath = "https://${domain}";
|
||||
virtualHost = null;
|
||||
registration.enable = true;
|
||||
registration.enable = false;
|
||||
};
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue