mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: removed searxng
This commit is contained in:
parent
eef59d8114
commit
e90d05f83d
3 changed files with 37 additions and 39 deletions
|
|
@ -33,7 +33,7 @@ in
|
|||
{
|
||||
search = {
|
||||
force = true;
|
||||
default = if hostname == deimos.name then "Brave" else "SearXNG";
|
||||
default = "Brave";
|
||||
engines = aggregatedSearchEngines;
|
||||
order = [
|
||||
"AlternativeTo"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ in
|
|||
plasma
|
||||
plymouth
|
||||
sddm
|
||||
searx
|
||||
wireguard
|
||||
;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,8 +26,7 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
services =
|
||||
{
|
||||
services = {
|
||||
searx = {
|
||||
enable = true;
|
||||
redisCreateLocally = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue