fix add secret key

This commit is contained in:
Satria 2026-03-13 11:14:42 +07:00
commit 946f4dc081

View file

@ -2,10 +2,12 @@
services.searx = {
enable = true;
redisCreateLocally = true;
environmentFile = "/mnt/data/searxng/.env";
settings = {
server = {
bind_address = "127.0.0.1";
port = 8091;
secret_key = "$SECRET_KEY";
};
general = {
debug = false;