From 1013de19f1e1e4235e57c40f3ce3148d0e34fad4 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 12 Jan 2021 20:03:06 +0100 Subject: nixos/searx: fix for 0.18.0 update --- nixos/tests/searx.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/tests') diff --git a/nixos/tests/searx.nix b/nixos/tests/searx.nix index e5fee3466bf..31c3c9bdcb2 100644 --- a/nixos/tests/searx.nix +++ b/nixos/tests/searx.nix @@ -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 -- cgit 1.4.1