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

@ -10,7 +10,7 @@ with lib;
};
port = mkOption {
type = types.port;
default = 4000;
default = 8888;
description = "Listen port.";
};
};