Spotify

From NixOS Wiki
Revision as of 13:47, 24 January 2019 by imported>Hyperfekt (add local discovery port instruction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Spotify

Note: Spotify is unfree, its license prohibits distribution. See the FAQ/unfree page to install unfree software.

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: networking.firewall.allowedTCPPorts = [ 57621 ];