nixos/searx: fix for 0.18.0 update

This commit is contained in:
rnhmjoj 2021-01-12 20:03:06 +01:00
parent 100bf61e6f
commit 1013de19f1
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -39,6 +39,9 @@ import ./make-test-python.nix ({ pkgs, ...} :
services.searx = {
enable = true;
# searx refuses to run if unchanged
settings.server.secret_key = "somesecret";
runInUwsgi = true;
uwsgiConfig = {
# serve using the uwsgi protocol