about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-08-28 00:13:20 +0200
committerProfpatsch <mail@profpatsch.de>2019-08-28 00:13:20 +0200
commitc96b275542f1d5aacc45839f52d357ecd0c35578 (patch)
treedf744f75f9a9a178216e70e3244443824b250c39 /machines
parent43765ca8d765cec6a87805f0b23deeffdf86aa22 (diff)
machines/haku: custom ports
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/haku.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 0ba76ed5..8344cb2c 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -135,9 +135,12 @@ in
         allowedTCPPorts = [
           80 443
           6882
+          1337 2342 4223
+          60100
         ];
         allowedUDPPorts = [
           wireguard.port
+          60100
         ];
         # forward wireguard connections to ethernet device (VPN)
         extraCommands = ''