feat(dregil): Allow connection to 5223 (simplex-desktop)

This commit is contained in:
Alexander Kobjolke 2024-03-17 14:14:58 +01:00
parent 684444c73e
commit 6fcd3d801e

View file

@ -102,7 +102,7 @@ in {
# Open ports in the firewall
# 22000, 21027 syncthing discovery and connectivity
networking.firewall.allowedTCPPorts = [ 22000 ];
networking.firewall.allowedTCPPorts = [ 5223 22000 ];
networking.firewall.allowedUDPPorts = [ 21027 22000 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;