11 lines
194 B
Nix
11 lines
194 B
Nix
_: {
|
|
services.navidrome = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
settings = {
|
|
Address = "100.108.113.89";
|
|
Port = 4533;
|
|
MusicFolder = "/media/music";
|
|
};
|
|
};
|
|
}
|