From 8ee512fef9cffd48ee834207e52bd4daef384b4e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 10 Apr 2018 15:06:06 +0200 Subject: allow samba through fw --- odin.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odin.nix') diff --git a/odin.nix b/odin.nix index 2cfd5b3d..ecd93881 100644 --- a/odin.nix +++ b/odin.nix @@ -58,7 +58,9 @@ enable = true; allowPing = true; allowedTCPPorts = [ 22 # ssh + 139 445 # samba ]; + allowedUDPPorts = [ 137 138 ]; # samba allowedUDPPortRanges = [ { from = 60000; to = 61000; } # mosh ]; }; -- cgit v1.2.3