feat(hosts/velarion): enable SearXNG
Some checks failed
Nix CI / build (push) Failing after 1m36s

This commit is contained in:
Rustam Efimov 2026-04-12 18:06:42 +03:00
parent 89c1059c9a
commit 1c8bc1d422
No known key found for this signature in database
7 changed files with 35 additions and 99 deletions

View file

@ -51,6 +51,7 @@ in
matrix = ns1;
chat = ns1;
turn = ns1;
search = ns1;
};
TXT = [
@ -136,6 +137,11 @@ in
enable = true;
domain = "roundcube.${domain}";
};
searxng = {
enable = true;
domain = "search.${domain}";
port = 8888;
};
synapse = {
enable = true;
element = {