dregil: Allow port 5223 for simplex desktop

This commit is contained in:
Alexander Kobjolke 2024-03-12 00:22:20 +01:00
parent e6e21cd0fa
commit e97ecf3f58

View file

@ -101,7 +101,7 @@ in {
services.blueman.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [ 5223 ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;