summaryrefslogtreecommitdiffstats
path: root/system/services
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-07 13:04:27 +0200
committerSoispha <soispha@vhack.eu>2023-08-11 01:11:27 +0200
commit96857910fa87e996945bc3f2e5b6f4ef4a6166ea (patch)
treeba7257db7599b934e34a25b39c9d6c1dec45196e /system/services
parentFix(system/services/invidious): Specifiy database host (diff)
downloadnixos-server-96857910fa87e996945bc3f2e5b6f4ef4a6166ea.zip
Fix(system): Binary substitution for debugging
Diffstat (limited to 'system/services')
-rw-r--r--system/services/invidious/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/services/invidious/default.nix b/system/services/invidious/default.nix
index fd10eec..d03dee4 100644
--- a/system/services/invidious/default.nix
+++ b/system/services/invidious/default.nix
@@ -3,8 +3,8 @@
enable = true;
database = {
createLocally = true;
- passwordFile = "${config.age.secrets.invidious.path}";
- host = "localhost";
+ #passwordFile = "${config.age.secrets.invidious.path}";
+ #host = "localhost";
};
domain = "invidious.vhack.eu";
nginx.enable = true;