add ntfy and searxng along with other tweaks
This commit is contained in:
parent
da966f1522
commit
95dfaa9888
5 changed files with 35 additions and 1 deletions
19
modules/system/homelab/search.nix
Normal file
19
modules/system/homelab/search.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue