summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 2cfd5b3d..ecd93881 100644
--- a/odin.nix
+++ b/odin.nix
@@ -58,7 +58,9 @@
58 enable = true; 58 enable = true;
59 allowPing = true; 59 allowPing = true;
60 allowedTCPPorts = [ 22 # ssh 60 allowedTCPPorts = [ 22 # ssh
61 139 445 # samba
61 ]; 62 ];
63 allowedUDPPorts = [ 137 138 ]; # samba
62 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh 64 allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh
63 ]; 65 ];
64 }; 66 };