Spotify: Difference between revisions

imported>Hyperfekt
add local discovery port instruction
 
imported>Fadenb
mNo edit summary
Line 5: Line 5:
=== Local discovery ===
=== Local discovery ===
To sync local tracks from your filesystem with mobile devices in the same network, you need to open port 57621 by adding the following line to your configuration.nix:
To sync local tracks from your filesystem with mobile devices in the same network, you need to open port 57621 by adding the following line to your configuration.nix:
<code>networking.firewall.allowedTCPPorts = [ 57621 ];</code>
<syntaxhighlight lang=nix>
networking.firewall.allowedTCPPorts = [ 57621 ];</syntaxhighlight>