1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(tt-rss): disable registration

This commit is contained in:
2022-12-01 18:25:43 +01:00
parent 91fa6faeaf
commit ba3a139f8e

View File

@@ -12,7 +12,7 @@ in {
selfUrlPath = "https://${domain}";
virtualHost = domain;
registration = {
enable = true;
enable = false;
maxUsers = 3;
};
};