summary refs log tree commit diff stats
path: root/system/services/invidious
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-07 12:47:13 +0200
committerSoispha <soispha@vhack.eu>2023-08-11 01:11:26 +0200
commit704232eab7b89ec235bdc9978eb6f35a30258060 (patch)
tree3d387673816da7e9b576b6a47e3075d0fa26907b /system/services/invidious
parentFeat(system): Add invidious (diff)
downloadnixos-server-704232eab7b89ec235bdc9978eb6f35a30258060.tar.gz
nixos-server-704232eab7b89ec235bdc9978eb6f35a30258060.zip
Fix(system/services/invidious): Specifiy database host
Diffstat (limited to 'system/services/invidious')
-rw-r--r--system/services/invidious/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/invidious/default.nix b/system/services/invidious/default.nix
index 50a32e8..fd10eec 100644
--- a/system/services/invidious/default.nix
+++ b/system/services/invidious/default.nix
@@ -4,6 +4,7 @@
     database = {
       createLocally = true;
       passwordFile = "${config.age.secrets.invidious.path}";
+      host = "localhost";
     };
     domain = "invidious.vhack.eu";
     nginx.enable = true;