about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-07-10 15:18:02 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-10 15:18:02 +0200
commitcf5aa2c1d9f960e0c4b0e629acbd77f6bd166f12 (patch)
tree30d877ea4dd74f517b2eab951fe49a9b4223df8c /machines/profpatsch/haku.nix
parent2fb8e770e87efbe398794b1922d1fe4febad20fa (diff)
machines/haku: move searx from katara to haku
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 901beb44..537d6185 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -89,6 +89,11 @@ in
       postmasterAlias = "mail@profpatsch.de";
     };
 
+    services.searx = {
+      enable = true;
+      package = myPkgs.searx;
+    };
+
     networking = {
       hostName = "haku";
       firewall = {