about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/haku.nix5
-rw-r--r--machines/profpatsch/katara.nix5
2 files changed, 5 insertions, 5 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 = {
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 7fdd06d5..42068745 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -219,11 +219,6 @@ in {
     ###########
     # Services
 
-    services.searx = {
-      enable = true;
-      package = myPkgs.searx;
-    };
-
     services.printing = {
       enable = true;
       gutenprint = true;