services/searxng: use url instead of just port number for service

This commit is contained in:
2025-08-31 16:01:16 -07:00
parent e3ad63e7fa
commit 64285b778b

View File

@@ -65,7 +65,7 @@ in
service = "searxng";
};
http.services.searxng = {
loadbalancer.servers.port = searxngPort;
loadbalancer.servers.url = "127.0.0.1:${toString searxngPort}";
};
};
};