services/searxng: change servers.url to a full URI

This commit is contained in:
2025-08-31 16:15:38 -07:00
parent 08f1d79c69
commit ed4270a047

View File

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