feat(syncthing): setup syncthing

This commit is contained in:
Khaïs COLIN 2024-10-03 14:54:38 +02:00
parent 9767e8e0e4
commit b6f76847a3
4 changed files with 20 additions and 2 deletions

View file

@ -1,8 +1,8 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 21 25 465 587 143 993 995 110 ];
allowedUDPPorts = [ 22 80 443 25 465 587 143 993 995 110 ];
allowedTCPPorts = [ 22 80 443 21 25 465 587 143 993 995 110 22000 ];
allowedUDPPorts = [ 22 80 443 25 465 587 143 993 995 110 22000 ];
allowedTCPPortRanges = [
# vsftpd passive
{