yuki: init navidrome
This commit is contained in:
parent
f0d590a192
commit
2a5f435576
1 changed files with 11 additions and 0 deletions
11
hosts/yuki/services/navidrome.nix
Normal file
11
hosts/yuki/services/navidrome.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
_: {
|
||||||
|
services.navidrome = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
settings = {
|
||||||
|
Address = "100.108.113.89";
|
||||||
|
Port = 4533;
|
||||||
|
MusicFolder = "/media/music";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue