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;
|
enable = true;
|
||||||
selfUrlPath = "https://${domain}";
|
selfUrlPath = "https://${domain}";
|
||||||
virtualHost = null;
|
virtualHost = null;
|
||||||
registration.enable = true;
|
registration.enable = false;
|
||||||
};
|
};
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue