disable tt-rss registration

This commit is contained in:
Cyryl Płotnicki 2022-10-22 23:06:34 +01:00
parent 7b83b430c8
commit 7c1c59a196

View file

@ -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;