From b1f54d2a560e4758f7ddb1ecd771c50f481dc4e9 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 27 Jun 2023 12:45:39 -0300 Subject: [PATCH] Change search method for searx --- hosts/servers/alexandria/searx.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/servers/alexandria/searx.nix b/hosts/servers/alexandria/searx.nix index d858570..5cbb29d 100644 --- a/hosts/servers/alexandria/searx.nix +++ b/hosts/servers/alexandria/searx.nix @@ -9,6 +9,7 @@ port = lib.toInt "${config.ports.searx}"; bind_address = "0.0.0.0"; secret_key = "&yEf!xLA@y3FdJ5BjKnUnNAkqer$iW!9"; + method = "GET"; }; };