Open firewall on Domus for Syncthing

main
Álex Santiago 3 months ago
parent d07336f337
commit 7800574958

@ -222,8 +222,8 @@
services.openssh.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 80 443 2342 8384 8080 ];
# networking.firewall.allowedUDPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 80 443 2342 8384 8080 22000 ];
networking.firewall.allowedUDPPorts = [ 220000 21027 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;

Loading…
Cancel
Save