about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
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 = {