add ntfy and searxng along with other tweaks

This commit is contained in:
Satria 2026-03-13 11:05:21 +07:00
commit 95dfaa9888
5 changed files with 35 additions and 1 deletions

View file

@ -0,0 +1,19 @@
{ ... }: {
services.searx = {
enable = true;
redisCreateLocally = true;
settings = {
server = {
bind_address = "127.0.0.1";
port = 8091;
};
general = {
debug = false;
donation_url = false;
contact_url = false;
privacy_policy_url = false;
enable_metrics = true;
};
};
};
}