From 1edf79062d9b61d7125202fcd8598af02a7426dd Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 10 Feb 2017 19:06:12 +0100 Subject: machines/katara: enable searx w/ patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a patch making the secret key in the config file unnecessary. It’s not yet upstream because the implementation got flak, but it works for now. --- machines/profpatsch/katara.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index be18059d..069ecb04 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -192,7 +192,10 @@ in { ########### # Services - services.searx.enable = true; + services.searx = { + enable = true; + package = myPkgs.searx; + }; services.printing = { enable = true; -- cgit 1.4.1