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:22:41 +0200
committerProfpatsch <mail@profpatsch.de>2017-07-10 15:22:41 +0200
commit3c35028a2f68dbfd0c13917f66abd71c4212633b (patch)
treece6226c351671f0d34d3483d905ab8a247e0978d /machines/profpatsch/haku.nix
parentcf5aa2c1d9f960e0c4b0e629acbd77f6bd166f12 (diff)
machines/haku: forgot the firewall exception for searx
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; }];