about summary refs log tree commit diff
path: root/machines/profpatsch/katara.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-02-10 19:06:12 +0100
committerProfpatsch <mail@profpatsch.de>2017-02-10 19:11:36 +0100
commit1edf79062d9b61d7125202fcd8598af02a7426dd (patch)
treeaee4eaee76459c249de076c52cd386d977f156a0 /machines/profpatsch/katara.nix
parent3ed46e46f67756b5c295a9f38a24efa705e29647 (diff)
machines/katara: enable searx w/ patch
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.
Diffstat (limited to 'machines/profpatsch/katara.nix')
-rw-r--r--machines/profpatsch/katara.nix5
1 files changed, 4 insertions, 1 deletions
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;