15 lines
366 B
Nix
15 lines
366 B
Nix
{
|
|
services.navidrome = {
|
|
enable = true;
|
|
settings = {
|
|
Address = "127.0.0.1";
|
|
Port = 4533;
|
|
MusicFolder = "/mnt/data/media/MusicNew";
|
|
BaseUrl = "https://kinda.sus.lol/music";
|
|
EnableSharing = true;
|
|
"Spotify.ID" = "dc4b443a527a4e269389093c39b78ebb";
|
|
"Spotify.Secret" = "b6150512c86b41eca8259f12b7355411";
|
|
};
|
|
};
|
|
}
|