14 lines
288 B
Nix
14 lines
288 B
Nix
{
|
|
services.navidrome = {
|
|
enable = true;
|
|
settings = {
|
|
MusicFolder = "/media/music";
|
|
PlaylistsPath = "Playlists";
|
|
Address = "0.0.0.0";
|
|
ScanSchedule = "@every 24h";
|
|
EnableInsightsCollector = false;
|
|
Scanner.PurgeMissing = "always";
|
|
};
|
|
};
|
|
}
|