Fix SearXNG

This commit is contained in:
xmm16 2024-12-14 02:40:54 -03:00
commit 637db4616f
No known key found for this signature in database

View file

@ -2,5 +2,10 @@
services.searx = { services.searx = {
enable = true; enable = true;
redisCreateLocally = true; redisCreateLocally = true;
settings.server = {
bind_address = "127.0.0.1";
port = 8192;
secret_key = "17869ed44904151e3df472ffc1ae9e8c674dec896672eeb85ce6a93a243a755ecc292f46854e7becc01154866589eb1df5142677bad19a17b16759e633e3b7b8";
};
}; };
} }