Navidrome: Difference between revisions
→Tips and tricks: Importing playlists |
No edit summary |
||
| Line 3: | Line 3: | ||
=== Setup === | === Setup === | ||
Simply add to your system configuration and apply<syntaxhighlight lang="nix"> | Simply add to your system configuration and apply<syntaxhighlight lang="nix"> | ||
services.navidrome | services.navidrome = { | ||
enable = true; | |||
settings.MusicFolder = "/mnt/audio/music"; | |||
}; | |||
</syntaxhighlight>The service should be available add http://127.0.0.1:4533. Continue adding an admin login including setting a password. | </syntaxhighlight>The service should be available add http://127.0.0.1:4533. Continue adding an admin login including setting a password. | ||
=== Tips and tricks === | === Tips and tricks === | ||