Syncthing through local network should be fast dammit!
This commit is contained in:
parent
5282b5117d
commit
fd7cf55fc5
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue