feat: beepr
This commit is contained in:
parent
39cfa3f054
commit
0a745b1cab
2 changed files with 12 additions and 25 deletions
|
|
@ -301,29 +301,15 @@
|
|||
enable = true;
|
||||
redisCreateLocally = true;
|
||||
environmentFile = "/etc/searxng/searxng.env";
|
||||
# Use custom settings.yml file from nix-config
|
||||
settingsFile = ./config/settings.yml;
|
||||
# Override specific settings via NixOS options (these take precedence)
|
||||
settings = {
|
||||
server = {
|
||||
bind_address = "127.0.0.1";
|
||||
port = 8888;
|
||||
# secret_key is set via environmentFile to avoid exposing it in nix store
|
||||
};
|
||||
general = {
|
||||
debug = false;
|
||||
instance_name = "SearXNG";
|
||||
donation_url = false;
|
||||
contact_url = false;
|
||||
privacypolicy_url = false;
|
||||
enable_metrics = false;
|
||||
};
|
||||
ui = {
|
||||
default_locale = "en";
|
||||
default_theme = "simple";
|
||||
};
|
||||
search = {
|
||||
safe_search = 0;
|
||||
autocomplete = "google";
|
||||
autocomplete_min = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue