feat: fix bat themes

This commit is contained in:
Jet 2026-05-31 16:35:49 -07:00
parent 77d8cf1b36
commit 598e0e49f6
No known key found for this signature in database
3 changed files with 15 additions and 35 deletions

View file

@ -34,29 +34,6 @@
services.resolved.enable = true;
services.searx = {
enable = true;
openFirewall = false;
settings = {
use_default_settings.engines.keep_only = [ "google" ];
general.instance_name = "Local Google";
search = {
autocomplete = "";
formats = [ "html" ];
};
server = {
bind_address = "127.0.0.1";
port = 8888;
base_url = "http://127.0.0.1:8888/";
limiter = false;
public_instance = false;
image_proxy = true;
method = "GET";
secret_key = "local-only-google-searxng";
};
};
};
networking.firewall.enable = true;
# Required for Tailscale
networking.firewall.checkReversePath = "loose";