Skip to content

Instantly share code, notes, and snippets.

@CestDiego
Created July 22, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CestDiego/0f49f73e985744b16d70 to your computer and use it in GitHub Desktop.
Save CestDiego/0f49f73e985744b16d70 to your computer and use it in GitHub Desktop.
services.mopidy = {
enable = true;
extensionPackages = [ pkgs.mopidy-spotify pkgs.mopidy-mopify ];
configuration = ''
[local]
enabled = true
media_dir = /home/jarvis/Music
[spotify]
enabled = true
username = ${username}
password = ${password}
bitrate = 320
timeout = 10
[mopify]
enabled = true
debug = false
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment