From d7d39081d0c3866696e38fb42ae7e2ae28f28c69 Mon Sep 17 00:00:00 2001
From: lassulus <lass@blue.r>
Date: Fri, 8 Jun 2018 05:04:21 +0200
Subject: [PATCH] l prism.r: open ports for mosh

---
 lass/1systems/prism/config.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index d6d1ce2e4..61d147c5f 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -321,6 +321,11 @@ with import <stockholm/lib>;
         ];
       };
     }
+    {
+      krebs.iptables.tables.filter.INPUT.rules = [
+        { predicate = "-p udp --dport 60000:61000"; target = "ACCEPT";}
+      ];
+    }
   ];
 
   krebs.build.host = config.krebs.hosts.prism;