Change search method for searx

This commit is contained in:
rotterdam 2023-06-27 12:45:39 -03:00
parent 67ea27e1ce
commit b1f54d2a56

View file

@ -9,6 +9,7 @@
port = lib.toInt "${config.ports.searx}";
bind_address = "0.0.0.0";
secret_key = "&yEf!xLA@y3FdJ5BjKnUnNAkqer$iW!9";
method = "GET";
};
};