about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-10-05 11:21:49 +0200
committerProfpatsch <mail@profpatsch.de>2021-10-26 20:44:13 +0200
commitf77aa4313243bd6ecbaa0bb2c51a5fa6890bbada (patch)
tree0cc3ee3a6f32be4afa146c5f44c729e8aeeafe48 /machines/profpatsch/base-workstation.nix
parentc8045aa11f4d9a56f72955f1189dbea3f46deef7 (diff)
machines/profpatsch/workstations: also open tinker ports for UDP
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 0b37a284..b0f38a7c 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -26,6 +26,8 @@ in {
         # for manual/temporary stuff
         allowedTCPPortRanges =
           [{ from = 9990; to = 9999; }];
+        allowedUDPPortRanges =
+          [{ from = 9990; to = 9999; }];
       };
     };