summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-08-19 17:32:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-19 17:50:00 +0200
commit8949e4bccf78c5854ab22a3a1b6801bf80b60f9f (patch)
tree2632d881a3f17453bc0138b2a739cddfca7ab92b
parentfeat(system/services/mastodon): Apply patch to increase the message length (diff)
downloadnixos-server-8949e4bccf78c5854ab22a3a1b6801bf80b60f9f.tar.gz
nixos-server-8949e4bccf78c5854ab22a3a1b6801bf80b60f9f.zip
fix(system/services/invidious-router): Stop filtering regions
Filtering regions limits our possible instance selection without
actually providing great value. Let's stop discriminating based on
server location.
-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 86a92f9..1cb61df 100644
--- a/system/services/invidious-router/default.nix
+++ b/system/services/invidious-router/default.nix
@@ -10,7 +10,7 @@
       api = {
         enabled = true;
         url = "https://api.invidious.io/instances.json";
-        filter_regions = true;
+        filter_regions = false;
         allowed_regions = [
           "AT"
           "DE"