nixos/winbox: add udp/20561 to open ports for MAC connections

This commit is contained in:
Philip Wilk
2026-04-29 21:44:14 +01:00
parent 077077e8c1
commit 0408e3b450
+4 -1
View File
@@ -25,7 +25,10 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
networking.firewall = lib.mkIf cfg.openFirewall {
allowedUDPPorts = [ 5678 ];
allowedUDPPorts = [
5678
20561
];
allowedUDPPortRanges = [
{
from = 40000;