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";