Commit 3bb9f37ea38a

Vincent Demeester <vincent@sbr.pm>
2017-03-01 15:53:28
Allow spotify udp/tcp port
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 89f0537
Changed files (1)
profiles
profiles/audio.nix
@@ -10,6 +10,10 @@
 	};
 	sound.enableMediaKeys = true;
 
+	# spotify
+	networking.firewall.allowedTCPPorts = [ 57621 ];
+	networking.firewall.allowedUDPPorts = [ 57621 ];
+	
 	environment.systemPackages = with pkgs; [
 		apulse       # allow alsa application to use pulse
 		pavucontrol  # pulseaudio volume control