summary refs log tree commit diff stats
path: root/system/services/invidious/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;