11 lines
195 B
Nix
11 lines
195 B
Nix
{
|
|
services.navidrome = {
|
|
enable = true;
|
|
settings = {
|
|
MusicFolder = "/mnt/bigbird-public/media/music";
|
|
ScanSchedule = "@every 12h";
|
|
EnableSharing = true;
|
|
};
|
|
};
|
|
}
|