From 4c42af872b7f65a3229e5c5eb8312787fa2ccb8b Mon Sep 17 00:00:00 2001 From: pinpox Date: Thu, 5 Jun 2025 17:19:45 +0200 Subject: [PATCH] Open port for localsend --- clanServices/localsend/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clanServices/localsend/default.nix b/clanServices/localsend/default.nix index ed30d48ba..8515c08fd 100644 --- a/clanServices/localsend/default.nix +++ b/clanServices/localsend/default.nix @@ -65,8 +65,7 @@ in [ localsend ]; - networking.firewall.interfaces."zt+".allowedTCPPorts = [ 53317 ]; - networking.firewall.interfaces."zt+".allowedUDPPorts = [ 53317 ]; + networking.firewall.allowedTCPPorts = [ 53317 ]; # This is currently needed because there is no ipv6 multicasting support yet systemd.network.networks = lib.mkIf (settings.ipv4Addr != null) {