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"; }; };