Tiny Tiny RSS: Disable registration
This commit is contained in:
parent
965c43679a
commit
6b93088039
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.tt-rss = {
|
||||
enable = true;
|
||||
registration.enable = true;
|
||||
registration.enable = false;
|
||||
virtualHost = "rss.graven.dev";
|
||||
selfUrlPath = "https://rss.graven.dev";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue