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