services/searxng: set servers as list of attr sets
This commit is contained in:
@@ -65,7 +65,11 @@ in
|
||||
service = "searxng";
|
||||
};
|
||||
http.services.searxng = {
|
||||
loadbalancer.servers.url = "http://127.0.0.1:${toString searxngPort}";
|
||||
loadbalancer.servers = [
|
||||
{
|
||||
url = "http://127.0.0.1:${toString searxngPort}";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user