From f65471c3612043bd72b3d1ecb92f774ef8f2e008 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 8 Mar 2025 02:17:40 -0600 Subject: [PATCH] feat: added searXNG to Ceres --- modules/nixos/services/searx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/services/searx/default.nix b/modules/nixos/services/searx/default.nix index e27920e..02f8cad 100644 --- a/modules/nixos/services/searx/default.nix +++ b/modules/nixos/services/searx/default.nix @@ -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 = {