From 9a607d2da94ab5bc1d94d03cd92b8536ab2c6cf3 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sun, 12 Apr 2026 17:32:50 +0300 Subject: [PATCH] Add Flaresolverr --- hosts/plexy/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 8683823..62d0e70 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -252,6 +252,10 @@ server.port = 15839; }; }; + flaresolverr = { + enable = true; + port = 15840; + }; }; environment.variables.EDITOR = "nvim";