mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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 = {
|
||||
enable = true;
|
||||
# searx refuses to run if unchanged
|
||||
settings.server.secret_key = "somesecret";
|
||||
|
||||
runInUwsgi = true;
|
||||
uwsgiConfig = {
|
||||
# serve using the uwsgi protocol
|
||||
|
Loading…
Reference in New Issue
Block a user