about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-05-16 20:12:47 +0200
committerProfpatsch <mail@profpatsch.de>2019-05-16 20:12:47 +0200
commitb3f5a88eba6f1cc0952b47f89e3f13a74d1aecd8 (patch)
treeeae1621fbf1f49396c44ced8e57398768360c457 /machines/profpatsch/haku.nix
parent0534b15b3a0849b866d74c3f353ed079a9de3856 (diff)
machines/haku: open less ports in firewall
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 8b81378b..778e3a22 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -115,10 +115,9 @@ in
       firewall = {
         allowedTCPPorts =
           [ 80 443
+            # transmission
+            6882
           ];
-        allowedTCPPortRanges =
-          # rtorrent
-          [{ from = 6881; to = 6889; }];
       };
       nameservers = [
         "62.210.16.6"