mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Set database username for invidious
This commit is contained in:
@@ -140,6 +140,7 @@
|
|||||||
port = 3232;
|
port = 3232;
|
||||||
domain = "invidious.thilohohlt.com";
|
domain = "invidious.thilohohlt.com";
|
||||||
nginx.enable = true;
|
nginx.enable = true;
|
||||||
|
settings.db.user = "invidious";
|
||||||
};
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user