From fd7cf55fc5c1f2e271a0307ce67d1a8e69fc98e9 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Sun, 3 Mar 2024 16:17:29 -0600 Subject: [PATCH] Syncthing through local network should be fast dammit! --- hosts/NixDawn/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/NixDawn/configuration.nix b/hosts/NixDawn/configuration.nix index dd07a2d..08518f0 100644 --- a/hosts/NixDawn/configuration.nix +++ b/hosts/NixDawn/configuration.nix @@ -137,6 +137,10 @@ in allowedUDPPortRanges = [ { from = 1714; to = 1764; } # KDE Connect ]; + + # Syncthing + allowedTCPPorts = [ 22000 ]; + allowedUDPPorts = [ 22000 21027 ]; }; # This value determines the NixOS release from which the default