mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added searXNG to Ceres
This commit is contained in:
parent
95171965e6
commit
f65471c361
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ in
|
||||||
public_instance = false;
|
public_instance = false;
|
||||||
image_proxy = true;
|
image_proxy = true;
|
||||||
method = "GET";
|
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) {
|
engines = lib.mapAttrsToList (name: value: { inherit name; } // value) {
|
||||||
"duckduckgo".disabled = false;
|
"duckduckgo".disabled = false;
|
||||||
"brave".disabled = false;
|
"brave".disabled = false;
|
||||||
|
@ -143,7 +143,7 @@ in
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
// (
|
// (
|
||||||
if hostname == ceres then
|
if hostname == ceres.name then
|
||||||
{
|
{
|
||||||
caddy = {
|
caddy = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue