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