feat: added searXNG

This commit is contained in:
Nick 2025-03-08 01:20:29 -06:00
parent e46556f725
commit d0d63f8fc5
4 changed files with 214 additions and 23 deletions

View file

@ -4,15 +4,9 @@
...
}:
let
inherit (flake.config.people)
user0
;
inherit (flake.config.people.users.${user0})
email
;
inherit (flake.config.services)
instances
;
inherit (flake.config.people) user0;
inherit (flake.config.people.users.${user0}) email;
inherit (flake.config.services) instances;
domain0 = instances.web.domains.url0;
domain1 = instances.web.domains.url1;
domain3 = instances.web.domains.url3;
@ -42,6 +36,7 @@ in
"minecraft"
"ollama"
"syncthing"
"searx"
"vaultwarden"
]
)