feat(nix): add uwsgi configuration for search.hoyer.world

- Introduced `uwsgiConfig` section in the Searx configuration for `search.hoyer.world`.
- Configures uWSGI to listen on port `8081` for HTTP requests.
This commit is contained in:
Harald Hoyer 2026-02-06 12:55:36 +01:00
parent 437cb4b606
commit 6597561ec4

View file

@ -27,6 +27,9 @@
enable = true;
configureNginx = true;
domain = "search.hoyer.world";
uwsgiConfig = {
http = ":8081";
};
};
metacfg = {