feat: added searXNG to Ceres

This commit is contained in:
Nick 2025-03-08 02:17:40 -06:00
parent 95171965e6
commit f65471c361

View file

@ -58,7 +58,7 @@ in
public_instance = false;
image_proxy = true;
method = "GET";
} // (if hostname == ceres then { base_url = host; } else { });
} // (if hostname == ceres.name then { base_url = host; } else { });
engines = lib.mapAttrsToList (name: value: { inherit name; } // value) {
"duckduckgo".disabled = false;
"brave".disabled = false;
@ -143,7 +143,7 @@ in
};
}
// (
if hostname == ceres then
if hostname == ceres.name then
{
caddy = {
virtualHosts = {