summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-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 ff4633c..86a92f9 100644
--- a/system/services/invidious-router/default.nix
+++ b/system/services/invidious-router/default.nix
@@ -1,7 +1,7 @@
 {...}: {
   services.invidious-router = {
     enable = true;
-    configuration = {
+    settings = {
       app = {
         listen = "127.0.0.1:8050";
         enable_youtube_fallback = false;