From f77aa4313243bd6ecbaa0bb2c51a5fa6890bbada Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 5 Oct 2021 11:21:49 +0200 Subject: machines/profpatsch/workstations: also open tinker ports for UDP --- machines/profpatsch/base-workstation.nix | 2 ++ 1 file changed, 2 insertions(+) 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; }]; }; }; -- cgit 1.4.1