Set database username for invidious

This commit is contained in:
thiloho
2024-01-14 13:47:03 +01:00
parent c00be241bd
commit caa20045a1

View File

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