From a94e7e88985a198ebb3d49475a6e627b5c7c51fb Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 11 Mar 2026 01:44:08 +0100 Subject: [PATCH] srv-core: Enable searxng --- hosts/srv-core/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index 1f34570..5bdf6fe 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -71,6 +71,11 @@ enable = true; domain = "home.${config.custom.networking.overlay.domain}"; }; + + searxng = { + enable = true; + domain = "search.${config.custom.networking.overlay.domain}"; + }; }; }; }