set flaresolverr default port

This commit is contained in:
Rohan Datar
2025-01-04 17:28:54 -06:00
parent f14a73e968
commit 3bf919bd05
+1 -1
View File
@@ -24,7 +24,7 @@ in {
port = mkOption {
type = types.port;
default = 5055;
default = 8191;
example = 12345;
description = "Flaresolverr port.";
};