Open port for localsend

This commit is contained in:
pinpox
2025-06-05 17:19:45 +02:00
parent f12b933638
commit 4c42af872b

View File

@@ -65,8 +65,7 @@
in in
[ localsend ]; [ localsend ];
networking.firewall.interfaces."zt+".allowedTCPPorts = [ 53317 ]; networking.firewall.allowedTCPPorts = [ 53317 ];
networking.firewall.interfaces."zt+".allowedUDPPorts = [ 53317 ];
# This is currently needed because there is no ipv6 multicasting support yet # This is currently needed because there is no ipv6 multicasting support yet
systemd.network.networks = lib.mkIf (settings.ipv4Addr != null) { systemd.network.networks = lib.mkIf (settings.ipv4Addr != null) {