Ref: https://github.com/navidrome/navidrome/security/advisories/GHSA-c3p4-vm8f-386p
12 lines
338 B
Nix
12 lines
338 B
Nix
{
|
|
services.navidrome = {
|
|
enable = true;
|
|
package = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/33ab0a55ad0e3fe2b40339bdc3c46e3387a8a777.tar.gz") {}).navidrome;
|
|
settings = {
|
|
MusicFolder = "/mnt/bigbird_public/media/music";
|
|
ScanSchedule = "@every 12h";
|
|
EnableSharing = true;
|
|
};
|
|
};
|
|
}
|