Disable account creation for invidious

This commit is contained in:
thiloho
2024-01-14 15:34:21 +01:00
parent caa20045a1
commit ba2f35f70d

View File

@@ -140,7 +140,10 @@
port = 3232;
domain = "invidious.thilohohlt.com";
nginx.enable = true;
settings.db.user = "invidious";
settings = {
db.user = "invidious";
registration_enabled = false;
};
};
postgresql = {
enable = true;