about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-10-18 15:20:51 +0200
committerProfpatsch <mail@profpatsch.de>2016-10-18 15:20:51 +0200
commit69351af3786a7a3b4811af5557ba6a8c56a5baf0 (patch)
tree98cd074a65c8abb628541e2f80d19f4cb167eab8
parent58a2090bb2073b666edbb9fb29702ee5dcec3de3 (diff)
machines/katara: enable searx
-rw-r--r--machines/profpatsch/katara.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index b421c08e..eb83d5e2 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -192,7 +192,7 @@ in {
     ###########
     # Services
 
-    #services.searx.enable = true;
+    services.searx.enable = true;
 
     services.printing = {
       enable = true;