nixos/searx: fix for 0.18.0 update
This commit is contained in:
parent
100bf61e6f
commit
1013de19f1
@ -39,6 +39,9 @@ import ./make-test-python.nix ({ pkgs, ...} :
|
|||||||
|
|
||||||
services.searx = {
|
services.searx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# searx refuses to run if unchanged
|
||||||
|
settings.server.secret_key = "somesecret";
|
||||||
|
|
||||||
runInUwsgi = true;
|
runInUwsgi = true;
|
||||||
uwsgiConfig = {
|
uwsgiConfig = {
|
||||||
# serve using the uwsgi protocol
|
# serve using the uwsgi protocol
|
||||||
|
Loading…
Reference in New Issue
Block a user