disable tt-rss registration

This commit is contained in:
Cyryl Płotnicki 2022-10-22 23:06:34 +01:00
parent 7b83b430c8
commit 7c1c59a196
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ in {
enable = true;
selfUrlPath = "https://${domain}";
virtualHost = null;
registration.enable = true;
registration.enable = false;
};
services.nginx = {
enable = true;