How to Install Navidrome Music Server on NixOS Latest
Navidrome is a lightweight music server that lets you stream your music collection from anywhere. It is built with a focus on performance and usability, and can be easily installed on NixOS. Here’s how:
Open a terminal on your NixOS machine.
Update your system by running the following command:
sudo nixos-rebuild switch
- Once the system update is complete, install the Navidrome package by running the following command:
sudo nix-env -i navidrome
- After the installation is complete, start the Navidrome server by running the following command:
sudo systemctl start navidrome
Check that the server is running by visiting http://localhost:4533/ in your web browser. You should see the Navidrome login page.
If you want Navidrome to start automatically when the system boots up, run the following command:
sudo systemctl enable navidrome
That’s it! You’ve now installed and configured the Navidrome music server on your NixOS machine. Enjoy streaming your music from anywhere!