From 6597561ec47f9dff613e5f299ef3d28919045430 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 6 Feb 2026 12:55:36 +0100 Subject: [PATCH] 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. --- systems/x86_64-linux/sgx/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/x86_64-linux/sgx/default.nix b/systems/x86_64-linux/sgx/default.nix index 3113971..be8954b 100644 --- a/systems/x86_64-linux/sgx/default.nix +++ b/systems/x86_64-linux/sgx/default.nix @@ -27,6 +27,9 @@ enable = true; configureNginx = true; domain = "search.hoyer.world"; + uwsgiConfig = { + http = ":8081"; + }; }; metacfg = {