summary refs log tree commit diff
path: root/nixos/tests/searx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/searx.nix')
-rw-r--r--nixos/tests/searx.nix3
1 files changed, 3 insertions, 0 deletions
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