mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Disable account creation for invidious
This commit is contained in:
@@ -140,7 +140,10 @@
|
|||||||
port = 3232;
|
port = 3232;
|
||||||
domain = "invidious.thilohohlt.com";
|
domain = "invidious.thilohohlt.com";
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
settings.db.user = "invidious";
|
settings = {
|
||||||
|
db.user = "invidious";
|
||||||
|
registration_enabled = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user