{ services.syncthing = { enable = false; guiAddress = "0.0.0.0:8384"; }; # Open The Ports! networking.firewall.allowedTCPPorts = [ 8384 22000 ]; networking.firewall.allowedUDPPorts = [ 22000 21027 ]; }