feat: beepr

This commit is contained in:
Jet Pham 2025-11-22 15:49:24 -08:00
parent 39cfa3f054
commit 0a745b1cab
No known key found for this signature in database
2 changed files with 12 additions and 25 deletions

View file

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