From 60a3e4ae1db60fc4175c9667c749da8dd3b5d47d Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Wed, 26 Feb 2025 20:52:16 +0100 Subject: [PATCH] Allow mDNS port --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3093853..d310651 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -120,7 +120,7 @@ ]; networking.firewall.allowedUDPPorts = [ # Allow discovery for spotify on the network - 57621 + 5353 ]; # This value determines the NixOS release from which the default