From dad4ba1817bf9b315b8773880cd7c434717e239c Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 11 Sep 2021 13:20:44 -0400 Subject: [PATCH] nah --- features/syncthing.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/syncthing.nix b/features/syncthing.nix index 55f215a..16f1532 100644 --- a/features/syncthing.nix +++ b/features/syncthing.nix @@ -4,10 +4,6 @@ enable = true; user = "srid"; dataDir = "/home/srid"; - # We want nodes in the same network to be able to connect directly to one - # another, without having to go through a third-party relay. So open - # firewall ports. - openDefaultPorts = true; }; }; }