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.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 537d6185..c8efeda9 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -98,7 +98,9 @@ in
       hostName = "haku";
       firewall = {
         allowedTCPPorts =
-          [ 80 443 ];
+          [ 80 443
+            8888 # tmp searx port
+          ];
         allowedTCPPortRanges =
           # rtorrent
           [{ from = 6881; to = 6889; }];