parent
5f644d0ccd
commit
a394b9cefd
167 changed files with 2795 additions and 2122 deletions
modules/searx
|
@ -1,10 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.searx = {
|
||||
enable = true;
|
||||
package = pkgs.searxng;
|
||||
settings = {
|
||||
server.secret_key = "secret";
|
||||
search.formats = ["html" "json"];
|
||||
search.formats = [
|
||||
"html"
|
||||
"json"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue