added syncthing

This commit is contained in:
willifan 2024-08-03 15:36:08 +02:00
parent cce6a213aa
commit fe43be7e3b
7 changed files with 69 additions and 5 deletions

View file

@ -2,7 +2,7 @@
{
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 3000 ];
allowedTCPPorts = [ 22 80 443 3000 8384 ];
allowedUDPPorts = [ 22 80 443 ];
};
}