Syncthing through local network should be fast dammit!

This commit is contained in:
Benson Chu 2024-03-03 16:17:29 -06:00
parent 5282b5117d
commit fd7cf55fc5

View file

@ -137,6 +137,10 @@ in
allowedUDPPortRanges = [ allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect { from = 1714; to = 1764; } # KDE Connect
]; ];
# Syncthing
allowedTCPPorts = [ 22000 ];
allowedUDPPorts = [ 22000 21027 ];
}; };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default