diff --git a/nixos/modules/services/networking/minidlna.nix b/nixos/modules/services/networking/minidlna.nix index e31d77f13fe..73fcb1eeea8 100644 --- a/nixos/modules/services/networking/minidlna.nix +++ b/nixos/modules/services/networking/minidlna.nix @@ -55,11 +55,6 @@ in config = mkIf cfg.enable { - # Running minidlna only makes sense for serving files to the - # outside, so open up the required ports by default. - networking.firewall.allowedTCPPorts = [ port ]; - networking.firewall.allowedUDPPorts = [ 1900 ]; # SSDP - services.minidlna.config = '' port=${toString port}