diff --git a/hosts/glyph/services/default.nix b/hosts/glyph/services/default.nix index 55c463a..9e65e50 100644 --- a/hosts/glyph/services/default.nix +++ b/hosts/glyph/services/default.nix @@ -36,6 +36,11 @@ 1900 # ssdp / Bonjour ]; allowedUDPPortRanges = [ + # Apple Airplay + { + from = 6001; + to = 6002; + } # Bonjour { from = 5350;