summary refs log tree commit diff stats
path: root/system/services/invidious-router/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/invidious-router/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/invidious-router/default.nix b/system/services/invidious-router/default.nix
index b8b1fdf..ca7ce6d 100644
--- a/system/services/invidious-router/default.nix
+++ b/system/services/invidious-router/default.nix
@@ -3,7 +3,7 @@
     enable = true;
     configuration = {
       app = {
-        listen = "0.0.0.0:8050";
+        listen = "127.0.0.1:8050";
         enable_youtube_fallback = false;
         reload_instance_list_interval = "60s";
         instances = ["https://invidious.vhack.eu"];