summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 3d1d8f9c..1b010f0f 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -29,6 +29,8 @@
29 enable = true; 29 enable = true;
30 allowPing = true; 30 allowPing = true;
31 allowedTCPPorts = [ 22 31 allowedTCPPorts = [ 22
32 5222
33 5269
32 ]; 34 ];
33 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 35 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
34 ]; 36 ];