From bca72f1d780f9abd7959ce81e153c11913f218f3 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 22 Oct 2022 22:05:54 -0400 Subject: Enable samba share --- config/router.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/router.nix b/config/router.nix index 75af4a8..7426235 100644 --- a/config/router.nix +++ b/config/router.nix @@ -125,6 +125,10 @@ in { # proto udp dport (5353 1900) ACCEPT; # proto tcp dport (8008 8009) ACCEPT; + # Samba + proto tcp dport (139 445) ACCEPT; + proto udp dport (137 138) ACCEPT; + # interface $DEV_LAN jump logdrop; } } -- cgit v1.2.3